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

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: rework 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 91a19aa643477a918832f230ebb24100867114a0..b7260f8b9885df238df7e57661a70130848ddc8b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1595,7 +1595,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)
xiyuan 2014/03/14 17:00:54 Do we want to just replace this flag with the expe
calamity 2014/05/07 06:11:52 Done.
},
#if defined(OS_LINUX)
{
« no previous file with comments | « no previous file | chrome/browser/resources/app_list/start_page.css » ('j') | chrome/browser/ui/app_list/start_page_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698