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

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..9021e25cc830ce5f642f895b1af3747fcbea7aa6 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;
@@ -125,10 +124,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDialogDelegateView,
// 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.

Powered by Google App Engine
This is Rietveld 408576698