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

Unified Diff: chrome/test/base/testing_browser_process.h

Issue 12647008: Refactor OAuth2TokenService to have profile- and device-based implementations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed final review comments Created 7 years, 9 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/test/base/testing_browser_process.h
diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h
index e58302003b7ae9909d2e211e737fedfd717ba968..cff5228e3fbdca1def606e8ec34100fcd43b139e 100644
--- a/chrome/test/base/testing_browser_process.h
+++ b/chrome/test/base/testing_browser_process.h
@@ -69,6 +69,8 @@ class TestingBrowserProcess : public BrowserProcess {
#if defined(OS_CHROMEOS)
virtual chromeos::OomPriorityManager* oom_priority_manager() OVERRIDE;
+ virtual chromeos::DeviceOAuth2TokenService* device_oauth2_token_service()
+ OVERRIDE;
#endif // defined(OS_CHROMEOS)
virtual extensions::EventRouterForwarder*

Powered by Google App Engine
This is Rietveld 408576698