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

Unified Diff: ui/app_list/views/app_list_view.h

Issue 2143893002: Purge the App Launcher code from Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index 1499ce1eaf6a64622b65a2d0ba407516518efbc1..2ad0bfed62e49f9c24380d0c7ed2fc38facf7e21 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -103,7 +103,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
// Overridden from views::View:
gfx::Size GetPreferredSize() const override;
void OnPaint(gfx::Canvas* canvas) override;
- void OnThemeChanged() override;
// WidgetDelegate overrides:
bool ShouldHandleSystemCommands() const override;
@@ -115,20 +114,11 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
void OnProfilesChanged() override;
void OnShutdown() override;
- void Prerender();
-
void SetProfileByPath(const base::FilePath& profile_path);
void AddObserver(AppListViewObserver* observer);
void RemoveObserver(AppListViewObserver* observer);
- // Set a callback to be called the next time any app list paints.
- void SetNextPaintCallback(const base::Closure& callback);
-
-#if defined(OS_WIN)
- HWND GetHWND() const;
-#endif
-
AppListMainView* app_list_main_view() { return app_list_main_view_; }
// Gets the PaginationModel owned by this view's apps grid.
@@ -142,6 +132,9 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
private:
friend class ::test::AppListViewTestApi;
+ // Set a callback to be called the next time any app list paints.
+ void SetNextPaintCallback(const base::Closure& callback);
tapted 2016/07/26 01:34:42 (remove - see later comment)
calamity 2016/07/26 08:38:39 Done.
+
void InitContents(gfx::NativeView parent, int initial_apps_page);
void InitChildWidgets();

Powered by Google App Engine
This is Rietveld 408576698