Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.cc |
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
| index 52790dddd4fd0541ab0a12120ff37d92723d13b0..f0710646256c7fcbd3f03d239c49200424299c30 100644 |
| --- a/chrome/browser/chrome_content_browser_client.cc |
| +++ b/chrome/browser/chrome_content_browser_client.cc |
| @@ -270,6 +270,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
| switches::kEnableCrxlessWebApps, |
| switches::kEnableExperimentalExtensionApis, |
| switches::kEnableInBrowserThumbnailing, |
| + switches::kEnableInlineWebstoreInstall, |
|
Aaron Boodman
2011/08/17 04:53:03
It looks like you aren't using this in the rendere
Mihai Parparita -not on Chrome
2011/08/17 23:00:16
Actually, the check in ExtensionDispatcher::WebKit
Aaron Boodman
2011/08/17 23:15:41
whoops.
|
| switches::kEnableIPCFuzzing, |
| switches::kEnableNaCl, |
| switches::kEnableResourceContentSettings, |