Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(888)

Unified Diff: chrome/browser/web_resource/plugins_resource_service.cc

Issue 11418129: Matching IBM Java plugin using pattern matching. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_win.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_pattern_matching/";
Bernhard Bauer 2012/11/23 12:51:13 Can we name this plugins_2 or something? Then we c
ibraa 2012/11/23 12:58:22 Done.
bool IsTest() {
return CommandLine::ForCurrentProcess()->HasSwitch(
« no previous file with comments | « chrome/browser/resources/plugin_metadata/plugins_win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698