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

Unified Diff: chrome/common/extensions/api/extension_options_internal.idl

Issue 431503002: Implement autosizing for <extensionoptions> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/extension_options_internal.idl
diff --git a/chrome/common/extensions/api/extension_options_internal.idl b/chrome/common/extensions/api/extension_options_internal.idl
index 058a465134ba7030b038ff482b4b6abdfc97fb92..38a53f6a544b19758198a5655e37d73b2e1183ac 100644
--- a/chrome/common/extensions/api/extension_options_internal.idl
+++ b/chrome/common/extensions/api/extension_options_internal.idl
@@ -6,5 +6,6 @@
namespace extensionOptionsInternal {
interface Events {
static void onLoad();
+ static void onSizeChanged();
not at google - send to devlin 2014/07/30 17:44:57 should this have a width and height argument?
ericzeng 2014/07/30 23:29:26 Done.
};
};

Powered by Google App Engine
This is Rietveld 408576698