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

Unified Diff: chrome/browser/net/net_pref_observer.cc

Issue 8483003: Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 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
« no previous file with comments | « chrome/browser/extensions/extension_updater.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/net_pref_observer.cc
diff --git a/chrome/browser/net/net_pref_observer.cc b/chrome/browser/net/net_pref_observer.cc
index 0eb833445b6b8c23054d5832452836c79695f008..198a993130ddfaf0463363bb02be1a1803ad29d9 100644
--- a/chrome/browser/net/net_pref_observer.cc
+++ b/chrome/browser/net/net_pref_observer.cc
@@ -71,7 +71,7 @@ void NetPrefObserver::ApplySettings(const std::string* pref_name) {
if (!pref_name || *pref_name == prefs::kHttpThrottlingEnabled) {
BrowserThread::PostTask(
BrowserThread::IO, FROM_HERE,
- base::Bind(SetEnforceThrottlingOnThrottlerManager,
+ base::Bind(&SetEnforceThrottlingOnThrottlerManager,
*http_throttling_enabled_));
}
}
« no previous file with comments | « chrome/browser/extensions/extension_updater.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698