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

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

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.cc
diff --git a/chrome/test/base/testing_browser_process.cc b/chrome/test/base/testing_browser_process.cc
index 5670db16c60ecff351faf58cb9c32d1c9ca90e26..d329e15aadcaa7b0687f548ec515870fd7063867 100644
--- a/chrome/test/base/testing_browser_process.cc
+++ b/chrome/test/base/testing_browser_process.cc
@@ -180,6 +180,11 @@ net::URLRequestContextGetter* TestingBrowserProcess::system_request_context() {
chromeos::OomPriorityManager* TestingBrowserProcess::oom_priority_manager() {
return NULL;
}
+
+chromeos::DeviceOAuth2TokenService*
+ TestingBrowserProcess::device_oauth2_token_service() {
+ return NULL;
+}
#endif // defined(OS_CHROMEOS)
extensions::EventRouterForwarder*

Powered by Google App Engine
This is Rietveld 408576698