Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ios / chrome / browser / snapshots / snapshots_util.h
blobc1efb990dbe72a2d18fb3aa8870cd3ab0b603f7f
1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
6 #define IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
8 #include <vector>
10 #include "base/files/file_path.h"
12 // Clears the application snapshots taken by iOS.
13 void ClearIOSSnapshots();
15 // Adds to |snapshotsPaths| all the possible paths to the application's
16 // snapshots taken by iOS.
17 void GetSnapshotsPaths(std::vector<base::FilePath>* snapshotsPaths);
19 #endif // IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_