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

Unified Diff: ios/chrome/browser/ui/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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/snapshots/snapshots_util_unittest.mm ('k') | ios/chrome/browser/ui/snapshots_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/snapshots_util.h
diff --git a/ios/chrome/browser/ui/snapshots_util.h b/ios/chrome/browser/ui/snapshots_util.h
deleted file mode 100644
index 04872b6d128d83352f52e64d68c33611d0663cd4..0000000000000000000000000000000000000000
--- a/ios/chrome/browser/ui/snapshots_util.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_
-#define IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_
-
-#include <vector>
-
-#include "base/files/file_path.h"
-
-// Clears the application snapshots taken by iOS.
-void ClearIOSSnapshots();
-
-// Adds to |snapshotsPaths| all the possible paths to the application's
-// snapshots taken by iOS.
-void GetSnapshotsPaths(std::vector<base::FilePath>* snapshotsPaths);
-
-#endif // IOS_CHROME_BROWSER_UI_SNAPSHOTS_UTIL_H_
« no previous file with comments | « ios/chrome/browser/snapshots/snapshots_util_unittest.mm ('k') | ios/chrome/browser/ui/snapshots_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698