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

Unified Diff: chrome/renderer/resources/extensions/extension_options_events.js

Issue 987473002: Added the onResize and onContentResize events to GuestViewEvents. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small fix. 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
Index: chrome/renderer/resources/extensions/extension_options_events.js
diff --git a/chrome/renderer/resources/extensions/extension_options_events.js b/chrome/renderer/resources/extensions/extension_options_events.js
index 0b5dd56ca42ae9f34460049f974737f6ef07c970..7ba2d05827d1dedd2c6226e30bc1b951fe1386fe 100644
--- a/chrome/renderer/resources/extensions/extension_options_events.js
+++ b/chrome/renderer/resources/extensions/extension_options_events.js
@@ -8,8 +8,8 @@ var GuestViewEvents = require('guestViewEvents').GuestViewEvents;
function ExtensionOptionsEvents(extensionOptionsImpl) {
GuestViewEvents.call(this, extensionOptionsImpl);
- // setupEventProperty is normally called automatically, but the 'createfailed'
- // event is registered here because the event is fired from
+ // |setupEventProperty| is normally called automatically, but the
+ // 'createfailed' event is registered here because the event is fired from
// ExtensionOptionsImpl instead of in response to an extension event.
this.setupEventProperty('createfailed');
}

Powered by Google App Engine
This is Rietveld 408576698