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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 8102019: redesign and reimplement proxy config service and tracker, revise proxy ui on cros (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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
Index: chrome/browser/profiles/profile_impl.h
===================================================================
--- chrome/browser/profiles/profile_impl.h (revision 107101)
+++ chrome/browser/profiles/profile_impl.h (working copy)
@@ -138,7 +138,7 @@
virtual void InitChromeOSPreferences() OVERRIDE;
#endif // defined(OS_CHROMEOS)
- virtual PrefProxyConfigTracker* GetProxyConfigTracker() OVERRIDE;
+ virtual PrefProxyConfigTrackerType* GetProxyConfigTracker() OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,
@@ -283,7 +283,7 @@
scoped_ptr<chromeos::LocaleChangeGuard> locale_change_guard_;
#endif
- scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_;
+ scoped_ptr<PrefProxyConfigTrackerType> pref_proxy_config_tracker_;
scoped_ptr<ChromeURLDataManager> chrome_url_data_manager_;

Powered by Google App Engine
This is Rietveld 408576698