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

Unified Diff: chrome/test/test_browser_window.h

Issue 6386009: Remove app/win/win_util.h,cc etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with NSApp changes in r73581 Created 9 years, 11 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/plugin/webplugin_proxy.cc ('k') | printing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/test_browser_window.h
diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
index cb332db0bac7c2e70865c84e0f8f544e67e12b20..1e9e99f6d026cc857be8723cd84a11b9e2113f18 100644
--- a/chrome/test/test_browser_window.h
+++ b/chrome/test/test_browser_window.h
@@ -6,8 +6,6 @@
#define CHROME_TEST_TEST_BROWSER_WINDOW_H_
#pragma once
-#include <vector>
-
#include "chrome/browser/browser_window.h"
#include "chrome/test/test_location_bar.h"
@@ -111,11 +109,6 @@ class TestBrowserWindow : public BrowserWindow {
virtual void HideInstant(bool instant_is_active) {}
virtual gfx::Rect GetInstantBounds() { return gfx::Rect(); }
- virtual gfx::Rect GrabWindowSnapshot(std::vector<unsigned char>*
- png_representation) {
- return gfx::Rect();
- }
-
#if defined(OS_CHROMEOS)
virtual void ShowKeyboardOverlay(gfx::NativeWindow owning_window) {}
#endif
« no previous file with comments | « chrome/plugin/webplugin_proxy.cc ('k') | printing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698