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

Unified Diff: content/test/net/url_request_mock_http_job.cc

Issue 136203009: Support auto-reload on errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Add experiment Created 6 years, 10 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/test/net/url_request_mock_http_job.cc
diff --git a/content/test/net/url_request_mock_http_job.cc b/content/test/net/url_request_mock_http_job.cc
index eae70873536a5e208469e6d7c893a32d4a724012..b913b595c359600f0f764d43b1da03eadca84067 100644
--- a/content/test/net/url_request_mock_http_job.cc
+++ b/content/test/net/url_request_mock_http_job.cc
@@ -123,7 +123,8 @@ URLRequestMockHTTPJob::URLRequestMockHTTPJob(
request, network_delegate, file_path,
content::BrowserThread::GetBlockingPool()->
GetTaskRunnerWithShutdownBehavior(
- base::SequencedWorkerPool::SKIP_ON_SHUTDOWN)) {}
+ base::SequencedWorkerPool::SKIP_ON_SHUTDOWN)) {
+}
Randy Smith (Not in Mondays) 2014/02/26 00:07:38 Why?
Elly Fong-Jones 2014/03/03 19:31:07 Mistakes were made.
URLRequestMockHTTPJob::~URLRequestMockHTTPJob() { }

Powered by Google App Engine
This is Rietveld 408576698