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

Side by Side Diff: chrome/browser/net/pref_proxy_config_tracker_impl.h

Issue 12789006: base/prefs: Remove the public/ directory and move the files to //base/prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_IMPL_H_ 5 #ifndef CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_IMPL_H_
6 #define CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_IMPL_H_ 6 #define CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_IMPL_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/observer_list.h" 11 #include "base/observer_list.h"
12 #include "base/prefs/public/pref_change_registrar.h" 12 #include "base/prefs/pref_change_registrar.h"
13 #include "chrome/browser/prefs/proxy_config_dictionary.h" 13 #include "chrome/browser/prefs/proxy_config_dictionary.h"
14 #include "net/proxy/proxy_config.h" 14 #include "net/proxy/proxy_config.h"
15 #include "net/proxy/proxy_config_service.h" 15 #include "net/proxy/proxy_config_service.h"
16 16
17 class PrefService; 17 class PrefService;
18 class PrefRegistrySimple; 18 class PrefRegistrySimple;
19 class PrefRegistrySyncable; 19 class PrefRegistrySyncable;
20 20
21 // A net::ProxyConfigService implementation that applies preference proxy 21 // A net::ProxyConfigService implementation that applies preference proxy
22 // settings (pushed from PrefProxyConfigTrackerImpl) as overrides to the proxy 22 // settings (pushed from PrefProxyConfigTrackerImpl) as overrides to the proxy
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 154
155 PrefService* pref_service_; 155 PrefService* pref_service_;
156 ChromeProxyConfigService* chrome_proxy_config_service_; // Weak ptr. 156 ChromeProxyConfigService* chrome_proxy_config_service_; // Weak ptr.
157 bool update_pending_; // True if config has not been pushed to network stack. 157 bool update_pending_; // True if config has not been pushed to network stack.
158 PrefChangeRegistrar proxy_prefs_; 158 PrefChangeRegistrar proxy_prefs_;
159 159
160 DISALLOW_COPY_AND_ASSIGN(PrefProxyConfigTrackerImpl); 160 DISALLOW_COPY_AND_ASSIGN(PrefProxyConfigTrackerImpl);
161 }; 161 };
162 162
163 #endif // CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_IMPL_H_ 163 #endif // CHROME_BROWSER_NET_PREF_PROXY_CONFIG_TRACKER_IMPL_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/net_pref_observer.h ('k') | chrome/browser/net/ssl_config_service_manager_pref.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698