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

Unified Diff: chrome/browser/about_flags.cc

Issue 186483004: Add a skeleton Start Page to the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares_change_experimental_animation
Patch Set: Created 6 years, 9 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/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 65e8c500d5e893fb1ec2fc08dc7d09d063af616f..0bbf639cba3c4842a6763df0dcfe78f6e8a91f34 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1710,7 +1710,7 @@ const Experiment kExperiments[] = {
IDS_FLAGS_ENABLE_APP_LIST_START_PAGE_NAME,
IDS_FLAGS_ENABLE_APP_LIST_START_PAGE_DESCRIPTION,
kOsWin | kOsCrOS,
- SINGLE_VALUE_TYPE(switches::kShowAppListStartPage)
+ SINGLE_VALUE_TYPE(app_list::switches::kShowAppListStartPage)
},
#if defined(OS_LINUX)
{
« no previous file with comments | « no previous file | chrome/browser/resources/app_list/start_page.css » ('j') | chrome/browser/resources/app_list/start_page.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698