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

Unified Diff: chrome/browser/browsing_data/browsing_data_remover_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: chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc b/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
index 76246c938034c160719650570ca983f0d185f21d..110c28bae8045167728511c08c0567f1bd9902b9 100644
--- a/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
+++ b/chrome/browser/browsing_data/browsing_data_remover_browsertest.cc
@@ -29,8 +29,8 @@ using content::BrowserThread;
namespace {
void SetUrlRequestMock(const base::FilePath& path) {
- net::URLRequestMockHTTPJob::AddUrlHandler(path,
- BrowserThread::GetBlockingPool());
+ net::URLRequestMockHTTPJob::AddUrlHandlers(path,
+ BrowserThread::GetBlockingPool());
mmenke 2015/01/15 22:35:30 Optional: While you're here, could break the depe
Mathieu 2015/01/22 19:21:58 Actually both this test and the PolicyBrowserTest
}
}
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698