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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 10534079: Add support for managing active state of platform apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed redundant GetNativeWindow() decl in BrowserWindow Created 8 years, 6 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
Index: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 634208e445980ac7803a977197228c4feda44778..4d9427dd03a596a2b75a1445fbc185ad9baad92d 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -94,10 +94,6 @@ class BrowserWindow : public BaseWindow {
//////////////////////////////////////////////////////////////////////////////
// Browser specific methods:
- // Return a platform dependent identifier for this frame. On Windows, this
- // returns an HWND.
- virtual gfx::NativeWindow GetNativeWindow() = 0;
-
// Returns a pointer to the testing interface to the Browser window, or NULL
// if there is none.
virtual BrowserWindowTesting* GetBrowserWindowTesting() = 0;

Powered by Google App Engine
This is Rietveld 408576698