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

Unified Diff: runtime/vm/symbols.h

Issue 1270103002: Allow Dart code to register service protocol handlers (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index ae51070eed43bf6fd47bb3069d530c8b070a6c59..f10202d6395d730a52a38a8f7a950b6587d9e404 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -389,6 +389,8 @@ class ObjectPointerVisitor;
V(last, "last") \
V(removeLast, "removeLast") \
V(add, "add") \
+ V(_extensionExists, "_extensionExists") \
+ V(_invokeExtension, "_invokeExtension") \
// Contains a list of frequently used strings in a canonicalized form. This

Powered by Google App Engine
This is Rietveld 408576698