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

Unified Diff: chrome/test/base/ui_test_utils.h

Issue 621883004: Remove Windows snapshot code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ui_test_utils.h
diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
index 9e690d1534ad604a9efc066ee396884e928eba93..34afdf5507ef2c012fe90c6cea02543d95149060 100644
--- a/chrome/test/base/ui_test_utils.h
+++ b/chrome/test/base/ui_test_utils.h
@@ -270,18 +270,6 @@ class BrowserAddedObserver {
bool TakeEntirePageSnapshot(content::RenderViewHost* rvh,
SkBitmap* bitmap) WARN_UNUSED_RESULT;
-#if defined(OS_WIN)
-// Saves a snapshot of the entire screen to a file named
-// ChromiumSnapshotYYYYMMDDHHMMSS.png to |directory|, returning true on success.
-// The path to the file produced is returned in |screenshot_path| if non-NULL.
-bool SaveScreenSnapshotToDirectory(const base::FilePath& directory,
- base::FilePath* screenshot_path);
-
-// Saves a snapshot of the entire screen as above to the current user's desktop.
-// The Chrome path provider must be registered prior to calling this function.
-bool SaveScreenSnapshotToDesktop(base::FilePath* screenshot_path);
-#endif
-
// Configures the geolocation provider to always return the given position.
void OverrideGeolocation(double latitude, double longitude);
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698