| Index: chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc
|
| index 23cbbcd71db6bce9877c5630ec6ecef7ff38725d..ce54c0088c41df0eca3561a515c9c561d862e69a 100644
|
| --- a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui.cc
|
| @@ -21,7 +21,6 @@ content::WebUIDataSource* CreateSyncFileSystemInternalsHTMLSource() {
|
| content::WebUIDataSource* source =
|
| content::WebUIDataSource::Create(
|
| chrome::kChromeUISyncFileSystemInternalsHost);
|
| - source->SetUseJsonJSFormatV2();
|
| source->SetJsonPath("strings.js");
|
| source->AddResourcePath(
|
| "utils.js",
|
|
|