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

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

Issue 365013003: Experimental app list: Custom launcher pages have app APIs and style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use PAGE_TRANSITION_AUTO_TOPLEVEL instead of PAGE_TRANSITION_LINK. Created 6 years, 5 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/app_list/app_list_view_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
index b5dba63cf63184afe7159216cadc4cd31ce2e1b0..31899f94cee44f5a3f4781e040982dd7d4a59a70 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
@@ -23,6 +23,10 @@
class AppListControllerDelegate;
class Profile;
+namespace apps {
+class CustomLauncherPageContents;
+}
+
namespace app_list {
class SearchController;
class SpeechUIModel;
@@ -32,10 +36,6 @@ namespace base {
class FilePath;
}
-namespace content {
-class WebContents;
-}
-
namespace gfx {
class ImageSkia;
}
@@ -154,8 +154,8 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
// this instance can be removed as an observer on its destruction.
ScopedObserver<SigninManagerBase, AppListViewDelegate> scoped_observer_;
- // Contents of the additional custom launcher page. May be NULL.
- scoped_ptr<content::WebContents> custom_page_web_contents_;
+ // Window contents of the additional custom launcher page. May be NULL.
+ scoped_ptr<apps::CustomLauncherPageContents> custom_page_contents_;
DISALLOW_COPY_AND_ASSIGN(AppListViewDelegate);
};

Powered by Google App Engine
This is Rietveld 408576698