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

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

Issue 431503002: Implement autosizing for <extensionoptions> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix style, modify how default attributes are displayed, make sizechanged a DOM event Created 6 years, 5 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index a36be8272b1fa37e319081350a556e4dd29a943e..66dfd873424406a717c50b8de150d447521fc350 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -365,6 +365,12 @@
"contexts": ["blessed_extension"],
"dependencies": ["permission:embeddedExtensionOptions"]
},
+ "extensionOptionsInternal.onSizeChanged": {
not at google - send to devlin 2014/07/31 00:26:06 did you forget to remove it?
ericzeng 2014/07/31 18:29:56 yes
+ "internal": true,
+ "channel": "trunk",
+ "contexts": ["blessed_extension"],
+ "dependencies": ["permission:embeddedExtensionOptions"]
+ },
// This is not a real API, only here for documentation purposes.
// See http://crbug.com/275944 for background.
"extensionsManifestTypes": {

Powered by Google App Engine
This is Rietveld 408576698