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

Unified Diff: chrome/browser/chrome_plugin_message_filter.cc

Issue 8538024: Update URL for GPU blacklist (software_rendering_list.json) and plugin location file (plugins2.xml). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | chrome/browser/web_resource/gpu_blacklist_updater.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chrome_plugin_message_filter.cc
===================================================================
--- chrome/browser/chrome_plugin_message_filter.cc (revision 95645)
+++ chrome/browser/chrome_plugin_message_filter.cc (working copy)
@@ -12,7 +12,7 @@
#include "net/url_request/url_request_context_getter.h"
static const char kDefaultPluginFinderURL[] =
- "https://dl-ssl.google.com/edgedl/chrome/plugins/plugins2.xml";
+ "https://ssl.gstatic.com/chrome/config/plugins2.xml";
ChromePluginMessageFilter::ChromePluginMessageFilter(PluginProcessHost* process)
: process_(process) {
« no previous file with comments | « no previous file | chrome/browser/web_resource/gpu_blacklist_updater.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698