Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8488)

Unified Diff: chrome/common/extensions/api/data_reduction_proxy.json

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/data_reduction_proxy.json
diff --git a/chrome/common/extensions/api/data_reduction_proxy.json b/chrome/common/extensions/api/data_reduction_proxy.json
index 1742e59a4c98705ec6cd9f821af2b01a0942cc94..4c96518e981717f61d8cf63740d3fa1577fed2c0 100644
--- a/chrome/common/extensions/api/data_reduction_proxy.json
+++ b/chrome/common/extensions/api/data_reduction_proxy.json
@@ -6,7 +6,6 @@
{
"namespace": "dataReductionProxy",
"description": "Use the <code>chrome.dataReductionProxy</code> API to control the data reduction proxy and access usage metrics. This API relies on the <a href='types#ChromeSetting'>ChromeSetting prototype of the type API</a> for getting and setting Chrome's configuration.",
- "compiler_options": {"use_movable_types": true},
"properties": {
"spdyProxyEnabled": {
"nocompile": true,

Powered by Google App Engine
This is Rietveld 408576698