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

Unified Diff: content/browser/plugin_browsertest.cc

Issue 845973005: [New Tab Page] Change the mechanism to intercept online NTP errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove file Created 5 years, 11 months 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
Index: content/browser/plugin_browsertest.cc
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index e1e5c30fdaec77c8dba9ef1ba1914a89ece33a56..75848e2f677b5f6b6f82e88cee3e01ed77a9df81 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -39,7 +39,7 @@ namespace content {
namespace {
void SetUrlRequestMock(const base::FilePath& path) {
- net::URLRequestMockHTTPJob::AddUrlHandler(
+ net::URLRequestMockHTTPJob::AddUrlHandlers(
path, content::BrowserThread::GetBlockingPool());
}

Powered by Google App Engine
This is Rietveld 408576698