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

Unified Diff: chrome/test/base/test_browser_window.cc

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/test/base/test_browser_window.cc
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index 6440afea05dc68b305ffde91e27239db0f497fdd..61cc3e62fdbe5e3cb31e6b73eb27e3e79ce52e9e 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -20,7 +20,7 @@ bool TestBrowserWindow::IsAlwaysOnTop() const {
return false;
}
-gfx::NativeWindow TestBrowserWindow::GetNativeWindow() {
+gfx::NativeWindow TestBrowserWindow::GetNativeWindow() const {
return NULL;
}

Powered by Google App Engine
This is Rietveld 408576698