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); |