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

Unified Diff: ui/snapshot/test/snapshot_desktop.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 | « ui/snapshot/snapshot_win.cc ('k') | ui/snapshot/test/snapshot_desktop_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/snapshot/test/snapshot_desktop.h
diff --git a/ui/snapshot/test/snapshot_desktop.h b/ui/snapshot/test/snapshot_desktop.h
deleted file mode 100644
index bbd54ded7cb14a81a394a04b8ae11d37a107af8a..0000000000000000000000000000000000000000
--- a/ui/snapshot/test/snapshot_desktop.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright 2013 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 UI_SNAPSHOT_TEST_SNAPSHOT_DESKTOP_H_
-#define UI_SNAPSHOT_TEST_SNAPSHOT_DESKTOP_H_
-
-#include <vector>
-
-namespace gfx {
-class Rect;
-}
-
-namespace ui {
-
-// Grabs a snapshot of the desktop. No security checks are done. This is
-// intended to be used for debugging purposes where no BrowserProcess instance
-// is available (ie. tests). DO NOT use in a result of user action.
-bool GrabDesktopSnapshot(
- const gfx::Rect& snapshot_bounds,
- std::vector<unsigned char>* png_representation);
-
-} // namespace ui
-
-#endif // UI_SNAPSHOT_TEST_SNAPSHOT_DESKTOP_H_
« no previous file with comments | « ui/snapshot/snapshot_win.cc ('k') | ui/snapshot/test/snapshot_desktop_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698