summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
authorxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-04 03:11:26 +0000
committerxiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-04 03:11:26 +0000
commit919b2f83216c7a9f07d2e3569ad74ab8c1a06675 (patch)
tree7d190452fedf4dc798acfc32d2dd27afb241bf82 /chrome/browser/about_flags.cc
parentd9440363af79abd7a4638b6949cd601449721551 (diff)
downloadchromium_src-919b2f83216c7a9f07d2e3569ad74ab8c1a06675.zip
chromium_src-919b2f83216c7a9f07d2e3569ad74ab8c1a06675.tar.gz
chromium_src-919b2f83216c7a9f07d2e3569ad74ab8c1a06675.tar.bz2
app_list: Initial version of the start page.
- Add a StartPageService PKS that holds the start page contents and app recommendation generator; - Implement the initial app recommendation using the 4 most recent apps; - Expose the start page contents in AppListViewDelegate; - Update AppsGridView could to handle start page case; - Implement a WebUI for the start page contents; - Put the start page feature behind a flag; - Add a switch to override the start page url for easier mocking; BUG=268660,268661 Review URL: https://codereview.chromium.org/25152002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226940 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index ee4db2e..5ab1999 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1707,6 +1707,15 @@ const Experiment kExperiments[] = {
kOsMac | kOsWin,
SINGLE_VALUE_TYPE(switches::kDisableAppList)
},
+#if defined(ENABLE_APP_LIST)
+ {
+ "enable-app-launcher-start-page",
+ IDS_FLAGS_ENABLE_APP_LIST_START_PAGE_NAME,
+ IDS_FLAGS_ENABLE_APP_LIST_START_PAGE_DESCRIPTION,
+ kOsWin | kOsCrOS,
+ SINGLE_VALUE_TYPE(switches::kShowAppListStartPage)
+ },
+#endif
#if defined(OS_CHROMEOS)
{
"disable-user-image-sync",