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

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

Issue 1822303002: [Extensions] Convert APIs to use movable types [4] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Istiaque's 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
« no previous file with comments | « chrome/common/extensions/api/dashboard_private.json ('k') | chrome/common/extensions/api/debugger.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4c96518e981717f61d8cf63740d3fa1577fed2c0..1742e59a4c98705ec6cd9f821af2b01a0942cc94 100644
--- a/chrome/common/extensions/api/data_reduction_proxy.json
+++ b/chrome/common/extensions/api/data_reduction_proxy.json
@@ -6,6 +6,7 @@
{
"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,
« no previous file with comments | « chrome/common/extensions/api/dashboard_private.json ('k') | chrome/common/extensions/api/debugger.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698