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

Unified Diff: components/offline_pages/background/request_coordinator.cc

Issue 1932953002: [Offline pages] Empty RequestQueue and SavePageRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding tests, fixing bugs and updating build files Created 4 years, 8 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: components/offline_pages/background/request_coordinator.cc
diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
index 1e4d25633666f742df462f8cb8cd67a28b347030..d4afb5842476b35aeab831d95011d60feb44de4a 100644
--- a/components/offline_pages/background/request_coordinator.cc
+++ b/components/offline_pages/background/request_coordinator.cc
@@ -26,7 +26,6 @@ bool RequestCoordinator::StartProcessing(
return false;
}
-void RequestCoordinator::StopProcessing() {
-}
+void RequestCoordinator::StopProcessing() {}
Pete Williamson 2016/05/02 21:45:33 Nit - you can revert moving the close curly brace.
fgorski 2016/05/02 22:11:00 Done.
} // namespace offline_pages

Powered by Google App Engine
This is Rietveld 408576698