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

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

Issue 18112018: Cleanup the UseSharedProxies preference. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added a missing member initializer. Created 7 years, 5 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/off_the_record_profile_impl.h
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
index 9f6ed2964a97f0e21964c9f3957fd35b8290e163..cca2219a56fa9747bc9884001998b63cbbcfc1f9 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.h
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h
@@ -112,6 +112,7 @@ class OffTheRecordProfileImpl : public Profile {
#endif // defined(OS_ANDROID) || defined(OS_IOS)
void OnZoomLevelChanged(const content::HostZoomMap::ZoomLevelChange& change);
+ PrefProxyConfigTracker* CreateProxyConfigTracker();
// The real underlying profile.
Profile* profile_;

Powered by Google App Engine
This is Rietveld 408576698