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

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

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Created 3 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
Index: ui/app_list/views/start_page_view.h
diff --git a/ui/app_list/views/start_page_view.h b/ui/app_list/views/start_page_view.h
index 2b8b0d3d17caf83277f9214cccd561060cf374b7..b7d06f7e275b5ee4cc08398626e72305561a0f60 100644
--- a/ui/app_list/views/start_page_view.h
+++ b/ui/app_list/views/start_page_view.h
@@ -50,11 +50,11 @@ class APP_LIST_EXPORT StartPageView : public AppListPage {
void OnGestureEvent(ui::GestureEvent* event) override;
void OnScrollEvent(ui::ScrollEvent* event) override;
-
private:
class StartPageTilesContainer;
void InitInstantContainer();
+
void MaybeOpenCustomLauncherPage();
void SetCustomLauncherPageSelected(bool selected);

Powered by Google App Engine
This is Rietveld 408576698