Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: ios/chrome/browser/snapshots/snapshots_util.h

Issue 862693003: Upstream //ios/chrome/browser/snapshots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_ 5 #ifndef IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
6 #define IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_ 6 #define IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 11
12 // Clears the application snapshots taken by iOS. 12 // Clears the application snapshots taken by iOS.
13 void ClearIOSSnapshots(); 13 void ClearIOSSnapshots();
14 14
15 // Adds to |snapshotsPaths| all the possible paths to the application's 15 // Adds to |snapshotsPaths| all the possible paths to the application's
16 // snapshots taken by iOS. 16 // snapshots taken by iOS.
17 void GetSnapshotsPaths(std::vector<base::FilePath>* snapshotsPaths); 17 void GetSnapshotsPaths(std::vector<base::FilePath>* snapshotsPaths);
18 18
19 #endif // IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_ 19 #endif // IOS_CHROME_BROWSER_SNAPSHOTS_SNAPSHOTS_UTIL_H_
OLDNEW
« no previous file with comments | « ios/chrome/browser/snapshots/snapshot_overlay.mm ('k') | ios/chrome/browser/snapshots/snapshots_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698