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

Unified Diff: chrome/browser/sessions/session_service_test_helper.h

Issue 22363005: Switch BaseSessionService to use SequencedWorkerPool instead of FILE thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/sessions/session_service_test_helper.h
diff --git a/chrome/browser/sessions/session_service_test_helper.h b/chrome/browser/sessions/session_service_test_helper.h
index 2269c1206d0f02420f0c48f68425282f1244e994..ac029519b415268ad614dc4f1533a93272755d18 100644
--- a/chrome/browser/sessions/session_service_test_helper.h
+++ b/chrome/browser/sessions/session_service_test_helper.h
@@ -70,7 +70,7 @@ class SessionServiceTestHelper {
const std::vector<SessionWindow*>& windows,
size_t nav_count);
- void set_service(SessionService* service) { service_.reset(service); }
+ void SetService(SessionService* service);
SessionService* ReleaseService() { return service_.release(); }
SessionService* service() { return service_.get(); }

Powered by Google App Engine
This is Rietveld 408576698