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

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

Issue 2862003002: Enable policy-imported root CA certificates for kiosk and AD sessions (Closed)
Patch Set: Addressed comments. Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc » ('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_factory.h
diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h b/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
index fea07f7c01d045345901307d593a6f10f1691129..4cb06ef4228333e409ef03801fa55b8881e72677 100644
--- a/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
+++ b/chrome/browser/chromeos/policy/user_network_configuration_updater_factory.h
@@ -13,6 +13,11 @@ namespace base {
template <typename T>
struct DefaultSingletonTraits;
} // namespace base
+
+namespace user_manager {
+class User;
+}
+
class Profile;
namespace policy {
@@ -45,6 +50,8 @@ class UserNetworkConfigurationUpdaterFactory
KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const override;
+ static bool AllowTrustedCertsFromPolicy(const user_manager::User* user);
+
DISALLOW_COPY_AND_ASSIGN(UserNetworkConfigurationUpdaterFactory);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/policy/user_network_configuration_updater_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698