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

Unified Diff: chrome/browser/policy/chrome_browser_policy_connector.h

Issue 240903002: Add consumer_device_management_service() in BrowserPolicyConnectorChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/policy/chrome_browser_policy_connector.h
diff --git a/chrome/browser/policy/chrome_browser_policy_connector.h b/chrome/browser/policy/chrome_browser_policy_connector.h
index 7a065e2675e568f8fd30dad62de0920498f144c0..69c21a6881727b7d899f6c6db008c64053c9ee18 100644
--- a/chrome/browser/policy/chrome_browser_policy_connector.h
+++ b/chrome/browser/policy/chrome_browser_policy_connector.h
@@ -23,6 +23,10 @@ class ConfigurationPolicyProvider;
// implementations and Android.
class ChromeBrowserPolicyConnector : public BrowserPolicyConnector {
public:
+ // Service initialization delay time in millisecond on startup. (So that
+ // displaying Chrome's GUI does not get delayed.)
+ static const int64 kServiceInitializationStartupDelay = 5000;
+
// Builds an uninitialized ChromeBrowserPolicyConnector, suitable for testing.
// Init() should be called to create and start the policy machinery.
ChromeBrowserPolicyConnector();

Powered by Google App Engine
This is Rietveld 408576698