diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-18 03:08:52 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-18 03:08:52 +0000 |
commit | d0cf438c4d63c5127a35d76316a1b28e1e788376 (patch) | |
tree | cecc52a0e632102ee66bef6418e234eb581ff5b2 /chrome/common/chrome_switches.cc | |
parent | a038159bf6da63a99c030df2e1b2b6e6e685baa6 (diff) | |
download | chromium_src-d0cf438c4d63c5127a35d76316a1b28e1e788376.zip chromium_src-d0cf438c4d63c5127a35d76316a1b28e1e788376.tar.gz chromium_src-d0cf438c4d63c5127a35d76316a1b28e1e788376.tar.bz2 |
Initial inline web store install bindings.
Adds chrome.webstore.install() which looks for a <link> tag with the right relation
and href (that points to a CWS item). Does not actually show an inline install UI,
just opens the CWS page in a new tab.
R=aa@chromium.org
Review URL: http://codereview.chromium.org/7621032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 847fb0d..c64afc3 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -438,6 +438,10 @@ const char kEnableFullScreen[] = "enable-fullscreen"; // if we need to update thumbnails. const char kEnableInBrowserThumbnailing[] = "enable-in-browser-thumbnailing"; +// Enables web developers to initiate inline installation of Chrome Web Store +// items. +const char kEnableInlineWebstoreInstall[] = "enable-inline-webstore-install"; + // Enable IPv6 support, even if probes suggest that it may not be fully // supported. Some probes may require internet connections, and this flag will // allow support independent of application testing. |