summaryrefslogtreecommitdiffstats
path: root/chrome/browser/about_flags.cc
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 22:12:30 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-23 22:12:30 +0000
commitc003320ea12585f044da47de763b637b90e70e0a (patch)
treef0f6bd60d2c18853e3842937cfdd0db9dd7d8326 /chrome/browser/about_flags.cc
parenta5fa97f47fdbabc273d4ac4c93aebd1b107a3f74 (diff)
downloadchromium_src-c003320ea12585f044da47de763b637b90e70e0a.zip
chromium_src-c003320ea12585f044da47de763b637b90e70e0a.tar.gz
chromium_src-c003320ea12585f044da47de763b637b90e70e0a.tar.bz2
Finish wiring up chrome.app.install().
There is a UI issue (noted in the code) that I need to figure out before I can turn it on by default. BUG=49233 TEST=n/a Review URL: http://codereview.chromium.org/4995001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67163 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r--chrome/browser/about_flags.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 0000aa5..07d53e6 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -154,6 +154,13 @@ const Experiment kExperiments[] = {
switches::kEnableCloudPrintProxy
},
{
+ "crxless-web-apps",
+ IDS_FLAGS_CRXLESS_WEB_APPS_NAME,
+ IDS_FLAGS_CRXLESS_WEB_APPS_DESCRIPTION,
+ kOsAll,
+ switches::kEnableCrxlessWebApps
+ },
+ {
"match-preview", // FLAGS:RECORD_UMA
IDS_FLAGS_PREDICTIVE_INSTANT_NAME,
IDS_FLAGS_PREDICTIVE_INSTANT_DESCRIPTION,