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

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

Issue 907833002: Hide experimental app list Google logo and custom launcher page when search engine is not Google. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_app_list_bg_color
Patch Set: address comment, add service dependency Created 5 years, 10 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 | « ui/app_list/views/start_page_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/start_page_view.cc
diff --git a/ui/app_list/views/start_page_view.cc b/ui/app_list/views/start_page_view.cc
index 2dcc30e077fe9a3c89d5f4dae8e574bb424d42a3..33ed6342d12d7406452bb1f50319428ee18b63f3 100644
--- a/ui/app_list/views/start_page_view.cc
+++ b/ui/app_list/views/start_page_view.cc
@@ -227,7 +227,7 @@ void StartPageView::InitInstantContainer() {
void StartPageView::MaybeOpenCustomLauncherPage() {
// Switch to the custom page.
ContentsView* contents_view = app_list_main_view_->contents_view();
- if (!contents_view->ShouldShowCustomPageClickzone())
+ if (!app_list_main_view_->ShouldShowCustomLauncherPage())
return;
int custom_page_index = contents_view->GetPageIndexForState(
« no previous file with comments | « ui/app_list/views/start_page_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698