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

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: Use new launch_2 test platform app 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..ac008ca7f7c2678134897cc8fc13ca79c4c0d917 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -96,7 +96,7 @@ class BrowserWindow : public BaseWindow {
// Return a platform dependent identifier for this frame. On Windows, this
// returns an HWND.
- virtual gfx::NativeWindow GetNativeWindow() = 0;
+ virtual gfx::NativeWindow GetNativeWindow() const = 0;
sky 2012/06/11 17:47:39 As discussed over IM this shouldn't be const.
DaveMoore 2012/06/11 18:13:40 Done.
// Returns a pointer to the testing interface to the Browser window, or NULL
// if there is none.

Powered by Google App Engine
This is Rietveld 408576698