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

Unified Diff: chrome/browser/chromeos/chrome_browser_main_chromeos.h

Issue 10868076: Only import certificates with Web trust from ONC if the user is managed and matches the enterprise … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebaesd Created 8 years, 3 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/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/chrome_browser_main_chromeos.h
diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.h b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
index cb0ddd102b0b6cabd126953d3176986d0651079f..29972a4120e0a296911a6a4db8cd8b75d4282429 100644
--- a/chrome/browser/chromeos/chrome_browser_main_chromeos.h
+++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.h
@@ -27,10 +27,6 @@ namespace contacts {
class ContactManager;
} // namespace contacts
-namespace policy {
-class NetworkConfigurationUpdater;
-} // namespace policy
-
class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
public:
explicit ChromeBrowserMainPartsChromeos(
@@ -67,7 +63,6 @@ class ChromeBrowserMainPartsChromeos : public ChromeBrowserMainPartsLinux {
scoped_ptr<chromeos::UserActivityNotifier> user_activity_notifier_;
scoped_ptr<chromeos::VideoActivityNotifier> video_activity_notifier_;
scoped_ptr<chromeos::ScreenDimmingObserver> screen_dimming_observer_;
- scoped_ptr<policy::NetworkConfigurationUpdater> network_config_updater_;
scoped_refptr<chromeos::MediaDeviceNotifications> media_device_notifications_;
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsChromeos);
« no previous file with comments | « no previous file | chrome/browser/chromeos/chrome_browser_main_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698