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

Unified Diff: chrome/browser/ui/app_list/app_list_service.h

Issue 15715018: Make the Remove Extension dialog modal for win app list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mac fix Created 7 years, 7 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 | « no previous file | chrome/browser/ui/app_list/app_list_service_disabled.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service.h
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
index 80a20b1c11e707bbdda8b239aae881c6ef4d997e..97b8ef6cd9d926eb184d25d601f40b904db31ff9 100644
--- a/chrome/browser/ui/app_list/app_list_service.h
+++ b/chrome/browser/ui/app_list/app_list_service.h
@@ -9,6 +9,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "ui/gfx/native_widget_types.h"
class AppListControllerDelegate;
class CommandLine;
@@ -61,6 +62,9 @@ class AppListService {
// operating system and shell.
virtual void EnableAppList() = 0;
+ // Get the window the app list is in, or NULL if the app list isn't visible.
+ virtual gfx::NativeWindow GetAppListWindow() = 0;
+
// Exposed to allow testing of the controller delegate.
virtual AppListControllerDelegate* CreateControllerDelegate() = 0;
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/app_list_service_disabled.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698