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

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: updated tests 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..f961142464d4e328d9a2fd07083a70adcfbf3fd9 100644
--- a/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
+++ b/chrome/browser/chromeos/settings/device_oauth2_token_service_factory.h
@@ -7,6 +7,12 @@
#include "base/basictypes.h"
+namespace policy {
+namespace test {
+class DeviceCloudPolicyManagerChromeOSTest;
+}
+}
+
namespace chromeos {
class DeviceOAuth2TokenService;
@@ -22,6 +28,7 @@ class DeviceOAuth2TokenServiceFactory {
private:
friend class ChromeBrowserMainPartsChromeos;
+ friend class policy::test::DeviceCloudPolicyManagerChromeOSTest;
Mattias Nissler (ping if slow) 2013/04/22 10:59:00 I'd jus tmake Initialize() and Shutdown() public.
David Roche 2013/04/23 01:36:08 Done.
DeviceOAuth2TokenServiceFactory();

Powered by Google App Engine
This is Rietveld 408576698