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

Unified Diff: chrome/browser/ui/extensions/shell_window.cc

Issue 9030017: Implement ShellWindow in Views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: comments Created 8 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
Index: chrome/browser/ui/extensions/shell_window.cc
diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc
index 9b731216d72dcf592b28aa57a92d8d4e4278c132..8f05e07e055c4288a9a2447899233c836b327750 100644
--- a/chrome/browser/ui/extensions/shell_window.cc
+++ b/chrome/browser/ui/extensions/shell_window.cc
@@ -46,7 +46,7 @@ ShellWindow* ShellWindow::Create(Profile* profile,
// TODO(mihaip): remove when ShellWindow has been implemented everywhere.
CHECK(host);
-#if defined(TOOLKIT_GTK)
+#if defined(TOOLKIT_GTK) || defined(TOOLKIT_VIEWS)
// This object will delete itself when the window is closed.
// TODO(mihaip): remove the #if block when ShellWindow has been implemented
// everywhere.
« no previous file with comments | « chrome/browser/extensions/platform_app_browsertest.cc ('k') | chrome/browser/ui/views/extensions/shell_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698