| Index: chrome/browser/ui/webui/profiler_ui.cc
|
| diff --git a/chrome/browser/ui/webui/profiler_ui.cc b/chrome/browser/ui/webui/profiler_ui.cc
|
| index 5400685d95eec6750d85a6dcf22b459ad77f7b82..36376ad09457dac00ef6e93ab96a18a0ea5a793b 100644
|
| --- a/chrome/browser/ui/webui/profiler_ui.cc
|
| +++ b/chrome/browser/ui/webui/profiler_ui.cc
|
| @@ -104,6 +104,7 @@ content::WebUIDataSource* CreateProfilerHTMLSource() {
|
| source->SetJsonPath("strings.js");
|
| source->AddResourcePath("profiler.js", IDR_PROFILER_JS);
|
| source->SetDefaultResource(IDR_PROFILER_HTML);
|
| + source->DisableI18nAndUseGzipForAllPaths();
|
| return source;
|
| }
|
|
|
|
|