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

Unified Diff: client/dom/scripts/systeminterface.py

Issue 9623017: Refactor the event-generation code to locate it in systemhtml.py. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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: client/dom/scripts/systeminterface.py
diff --git a/client/dom/scripts/systeminterface.py b/client/dom/scripts/systeminterface.py
index 71652084be92194e4281af35916c9351c3d0b28d..b316490fc0cd6069ca5f44ad2c5df5b52c45092e 100644
--- a/client/dom/scripts/systeminterface.py
+++ b/client/dom/scripts/systeminterface.py
@@ -213,6 +213,3 @@ class DartInterfaceGenerator(object):
def AddSecondaryOperation(self, interface, attr):
pass
-
- def AddEventAttributes(self, event_attrs):
- pass

Powered by Google App Engine
This is Rietveld 408576698