| Index: chrome/browser/browser_main.cc
|
| ===================================================================
|
| --- chrome/browser/browser_main.cc (revision 5301)
|
| +++ chrome/browser/browser_main.cc (working copy)
|
| @@ -529,8 +529,8 @@
|
| // Prepare for memory caching of SDCH dictionaries.
|
| SdchManager sdch_manager; // Construct singleton database.
|
| sdch_manager.set_sdch_fetcher(new SdchDictionaryFetcher);
|
| - // TODO(jar): Use default to "" so that all domains are supported.
|
| - std::string switch_domain(".google.com"); // Provide default test domain.
|
| + // Use default of "" so that all domains are supported.
|
| + std::string switch_domain("");
|
| if (parsed_command_line.HasSwitch(switches::kSdchFilter)) {
|
| switch_domain =
|
| WideToASCII(parsed_command_line.GetSwitchValue(switches::kSdchFilter));
|
|
|