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

Unified Diff: chrome/browser/chromeos/policy/user_network_configuration_updater.h

Issue 53923004: policy: Make UserNetworkConfigurationUpdater a BCKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/user_network_configuration_updater.h
diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater.h b/chrome/browser/chromeos/policy/user_network_configuration_updater.h
index aca6b89f29e53af49315e59cd4c0e1626de8962b..e3f2618ea1e3579d88197acced26ece0fa4a4c27 100644
--- a/chrome/browser/chromeos/policy/user_network_configuration_updater.h
+++ b/chrome/browser/chromeos/policy/user_network_configuration_updater.h
@@ -12,6 +12,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/chromeos/policy/network_configuration_updater.h"
+#include "components/browser_context_keyed_service/browser_context_keyed_service.h"
namespace chromeos {
class User;
@@ -31,7 +32,8 @@ class PolicyService;
// expansion with the user's name (or email address, etc.) and handling of "Web"
// trust of certificates. Web trusted certificates are pushed to the
// PolicyCertVerifier if set.
-class UserNetworkConfigurationUpdater : public NetworkConfigurationUpdater {
+class UserNetworkConfigurationUpdater : public NetworkConfigurationUpdater,
+ public BrowserContextKeyedService {
public:
virtual ~UserNetworkConfigurationUpdater();
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698