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

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

Issue 990223002: <extensionoptions>: Remove dead code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed broken test Created 5 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 | « extensions/browser/guest_view/extension_options/extension_options_guest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/extension_options_internal.idl
diff --git a/extensions/common/api/extension_options_internal.idl b/extensions/common/api/extension_options_internal.idl
index be5346b30c09b7df8f69b11a449266c033fe69aa..78052d1450817116734fe72f04f343857f57ef5c 100644
--- a/extensions/common/api/extension_options_internal.idl
+++ b/extensions/common/api/extension_options_internal.idl
@@ -19,7 +19,6 @@ namespace extensionOptionsInternal {
interface Events {
static void onClose();
static void onLoad();
- static void onSizeChanged(SizeChangedOptions options);
static void onPreferredSizeChanged(PreferredSizeChangedOptions options);
};
};
« no previous file with comments | « extensions/browser/guest_view/extension_options/extension_options_guest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698