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

Unified Diff: chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h

Issue 12538009: Public Sessions: fetch device robot api token during enterprise enrollment. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 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: chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
diff --git a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
index b9a596836e354d5ef9f81f3d3fbf45f331f3152c..f6c8637c2784cb01d6db84e38cbafce2a4ecebd0 100644
--- a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
+++ b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
@@ -20,11 +20,6 @@ class DeviceOAuth2TokenServiceFactory {
// during shutdown.
static DeviceOAuth2TokenService* Get();
- private:
- friend class ChromeBrowserMainPartsChromeos;
-
- DeviceOAuth2TokenServiceFactory();
-
// Called by ChromeBrowserMainPartsChromeOS in order to bootstrap the
// DeviceOAuth2TokenService instance after the required global data is
// available (local state and request context getter).
@@ -36,6 +31,9 @@ class DeviceOAuth2TokenServiceFactory {
// context getter).
static void Shutdown();
+ private:
+ DeviceOAuth2TokenServiceFactory();
+
DISALLOW_COPY_AND_ASSIGN(DeviceOAuth2TokenServiceFactory);
};
« no previous file with comments | « chrome/browser/chromeos/settings/device_oauth2_token_service.h ('k') | chrome/browser/policy/cloud/cloud_policy_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698