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

Unified Diff: net/proxy/proxy_config_service_mac.h

Issue 10854063: Clean-up inline members of nested classes (net/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a NET_EXPOR_PRIVATE Created 8 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
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/proxy/proxy_config_service_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/proxy/proxy_config_service_mac.h
diff --git a/net/proxy/proxy_config_service_mac.h b/net/proxy/proxy_config_service_mac.h
index 212ad58f284649e00baea21310935b26b540b102..acccd211bcc4e4da4a65dd908da403e7057eeda9 100644
--- a/net/proxy/proxy_config_service_mac.h
+++ b/net/proxy/proxy_config_service_mac.h
@@ -50,13 +50,9 @@ class NET_EXPORT ProxyConfigServiceMac : public ProxyConfigService {
// NetworkConfigWatcherMac::Delegate implementation:
virtual void StartReachabilityNotifications() OVERRIDE {}
- virtual void SetDynamicStoreNotificationKeys(SCDynamicStoreRef store)
- OVERRIDE {
- proxy_config_service_->SetDynamicStoreNotificationKeys(store);
- }
- virtual void OnNetworkConfigChange(CFArrayRef changed_keys) OVERRIDE {
- proxy_config_service_->OnNetworkConfigChange(changed_keys);
- }
+ virtual void SetDynamicStoreNotificationKeys(
+ SCDynamicStoreRef store) OVERRIDE;
+ virtual void OnNetworkConfigChange(CFArrayRef changed_keys) OVERRIDE;
private:
ProxyConfigServiceMac* const proxy_config_service_;
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/proxy/proxy_config_service_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698