diff options
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index dab2ded..db65d40 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -359,6 +359,10 @@ extern const char kWindowPosition[]; extern const char kWindowSize[]; extern const char kWinHttpProxyResolver[]; +#if defined(ENABLE_PLUGIN_INSTALLATION) +extern const char kPluginsMetadataServerURL[]; +#endif + #if defined(OS_ANDROID) extern const char kTabletUI[]; #endif |