| Index: chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc b/chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc
|
| index 2152f814490039a7e74c0b584c7ab601f035ff50..44e77071b41f5b39ccf03607f9fa3074b32ceba9 100644
|
| --- a/chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/quota_internals/quota_internals_ui.cc
|
| @@ -22,7 +22,6 @@ content::WebUIDataSource* CreateQuotaInternalsHTMLSource() {
|
| content::WebUIDataSource* source =
|
| content::WebUIDataSource::Create(chrome::kChromeUIQuotaInternalsHost);
|
|
|
| - source->SetUseJsonJSFormatV2();
|
| source->SetJsonPath("strings.js");
|
| source->AddResourcePath(
|
| "event_handler.js", IDR_QUOTA_INTERNALS_EVENT_HANDLER_JS);
|
|
|