| Index: chrome/browser/web_resource/plugins_resource_service.cc
|
| ===================================================================
|
| --- chrome/browser/web_resource/plugins_resource_service.cc (revision 169236)
|
| +++ chrome/browser/web_resource/plugins_resource_service.cc (working copy)
|
| @@ -20,7 +20,8 @@
|
| const int kCacheUpdateDelayMs = 24 * 60 * 60 * 1000;
|
| const int kTestCacheUpdateDelayMs = 2 * 60 * 1000;
|
|
|
| -const char kPluginsServerUrl[] = "https://www.gstatic.com/chrome/config/";
|
| +const char kPluginsServerUrl[] =
|
| + "https://www.gstatic.com/chrome/config/plugins_2/";
|
|
|
| bool IsTest() {
|
| return CommandLine::ForCurrentProcess()->HasSwitch(
|
|
|