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

Unified Diff: chrome/test/testing_profile.h

Issue 5005002: Dynamically refresh pref-configured proxies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Eric's feedback. Created 10 years, 1 month 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
« chrome/browser/profile_impl.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_profile.h
diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h
index fa593b33af18fa0397ab6ad1c7a8911117dcc96e..d5d86f21d9e3673e2b011563d65ecd38a3fe89fc 100644
--- a/chrome/test/testing_profile.h
+++ b/chrome/test/testing_profile.h
@@ -294,6 +294,10 @@ class TestingProfile : public Profile {
}
#endif // defined(OS_CHROMEOS)
+ virtual PrefProxyConfigTracker* GetProxyConfigTracker() {
+ return NULL;
eroman 2010/11/20 03:19:07 I wander if this is going to cause problems on any
Mattias Nissler (ping if slow) 2010/11/21 22:49:14 Currently the tests don't need this. Let's change
+ }
+
// Schedules a task on the history backend and runs a nested loop until the
// task is processed. This has the effect of blocking the caller until the
// history service processes all pending requests.
« chrome/browser/profile_impl.cc ('K') | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698