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

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

Issue 490783002: Handle closing web contents in ExtensionOptionsGuest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add tests for detecting onclose event in WebUI Created 6 years, 4 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 98bc1ec35d7d1e4a3a2a73298823b78ad6b3a6f7..f885f20c960047112a68600836e12cd0b2faa87c 100644
--- a/chrome/common/extensions/api/extension_options_internal.idl
+++ b/chrome/common/extensions/api/extension_options_internal.idl
@@ -5,6 +5,7 @@
// Internal API for the <extensiontoptions> tag
namespace extensionOptionsInternal {
interface Events {
+ static void onClose();
static void onLoad();
static void onSizeChanged(long width, long height);
};

Powered by Google App Engine
This is Rietveld 408576698