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

Unified Diff: chrome/browser/net/chrome_url_request_context.h

Issue 149705: Added an observer for 'pref::kDefaultCharset' change I forgot to add in rXXXX... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/net/chrome_url_request_context.h
===================================================================
--- chrome/browser/net/chrome_url_request_context.h (revision 20790)
+++ chrome/browser/net/chrome_url_request_context.h (working copy)
@@ -91,6 +91,9 @@
// Callback for when the cookie policy changes.
void OnCookiePolicyChange(net::CookiePolicy::Type type);
+ // Callback for when the default charset changes.
+ void OnDefaultCharsetChange(const std::string& default_charset);
+
// Callback for when new extensions are loaded.
void OnNewExtensions(ExtensionPaths* new_paths);
« no previous file with comments | « no previous file | chrome/browser/net/chrome_url_request_context.cc » ('j') | chrome/browser/net/chrome_url_request_context.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698