summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/browser_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
index 1d8dda4..758d261 100644
--- a/chrome/browser/browser_main.cc
+++ b/chrome/browser/browser_main.cc
@@ -480,7 +480,7 @@ int BrowserMain(CommandLine &parsed_command_line, int show_command,
sdch_manager.set_sdch_fetcher(new SdchDictionaryFetcher);
std::wstring switch_domain =
parsed_command_line.GetSwitchValue(switches::kSdchFilter);
- sdch_manager.enable_sdch_support(WideToASCII(switch_domain));
+ sdch_manager.EnableSdchSupport(WideToASCII(switch_domain));
}
MetricsService* metrics = NULL;