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 f15227ae5f8d65ea896f01d00aa57245399e5d8a..d3ca56b65503542df35ba976bfbb49a1bb74a661 100644 |
--- a/chrome/test/base/testing_browser_process.h |
+++ b/chrome/test/base/testing_browser_process.h |
@@ -64,6 +64,7 @@ class TestingBrowserProcess : public BrowserProcess { |
virtual PrefService* local_state() OVERRIDE; |
virtual chrome_variations::VariationsService* variations_service() OVERRIDE; |
virtual policy::BrowserPolicyConnector* browser_policy_connector() OVERRIDE; |
+ virtual bool is_browser_policy_connector_created() OVERRIDE; |
virtual policy::PolicyService* policy_service() OVERRIDE; |
virtual IconManager* icon_manager() OVERRIDE; |
virtual GLStringManager* gl_string_manager() OVERRIDE; |
@@ -170,6 +171,8 @@ class TestingBrowserProcess : public BrowserProcess { |
scoped_ptr<extensions::ExtensionsBrowserClient> extensions_browser_client_; |
+ bool created_browser_policy_connector_; |
+ |
DISALLOW_COPY_AND_ASSIGN(TestingBrowserProcess); |
}; |