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

Unified Diff: chrome/renderer/extensions/event_bindings.cc

Issue 11745025: Cleanup: Fix a bunch of lint errors in chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 12 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/extensions/event_bindings.cc
===================================================================
--- chrome/renderer/extensions/event_bindings.cc (revision 175088)
+++ chrome/renderer/extensions/event_bindings.cc (working copy)
@@ -72,7 +72,6 @@
// TODO(koz): Merge this into EventBindings.
class ExtensionImpl : public ChromeV8Extension {
public:
-
explicit ExtensionImpl(Dispatcher* dispatcher)
: ChromeV8Extension(dispatcher) {
RouteStaticFunction("AttachEvent", &AttachEvent);
« no previous file with comments | « chrome/renderer/extensions/chrome_v8_context_set.cc ('k') | chrome/renderer/prerender/prerender_webmediaplayer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698