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

Unified Diff: components/component_updater/component_updater_service.h

Issue 2257363002: Define EnabledComponentUpdates group policy for the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@callback
Patch Set: Removed policy group. Reworded comment. Created 4 years, 4 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: components/component_updater/component_updater_service.h
diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h
index 7fc06dc82613d11fc23e1843b5635370d5c50444..48b12a1a8e916ab2cbe78845a8fc5d6a6f94928c 100644
--- a/components/component_updater/component_updater_service.h
+++ b/components/component_updater/component_updater_service.h
@@ -37,6 +37,10 @@ class URLRequestContextGetter;
class URLRequest;
}
+namespace policy {
+class ComponentUpdaterPolicyTest;
+}
+
namespace update_client {
class ComponentInstaller;
class Configurator;
@@ -155,6 +159,7 @@ class OnDemandUpdater {
private:
friend class OnDemandTester;
+ friend class policy::ComponentUpdaterPolicyTest;
friend class SupervisedUserWhitelistInstaller;
friend class ::ComponentsUI;
friend class ::PluginObserver;
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | components/component_updater/component_updater_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698