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

Unified Diff: client/dom/generated/src/wrapping/_InspectorFrontendHostWrappingImplementation.dart

Issue 9264057: Refresh dart:dom libraries from WebKit (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: CR changes Created 8 years, 11 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/generated/src/wrapping/_InspectorFrontendHostWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_InspectorFrontendHostWrappingImplementation.dart b/client/dom/generated/src/wrapping/_InspectorFrontendHostWrappingImplementation.dart
index 7faa4dc328a8beb7419a85ecd4ee3ea73dafb60e..cb4ef35d5d26fb4a410ee907096a722f0728401e 100644
--- a/client/dom/generated/src/wrapping/_InspectorFrontendHostWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_InspectorFrontendHostWrappingImplementation.dart
@@ -67,6 +67,12 @@ class _InspectorFrontendHostWrappingImplementation extends DOMWrapperBase implem
}
static void _moveWindowBy(receiver, x, y) native;
+ void openInNewTab(String url) {
+ _openInNewTab(this, url);
+ return;
+ }
+ static void _openInNewTab(receiver, url) native;
+
String platform() {
return _platform(this);
}

Powered by Google App Engine
This is Rietveld 408576698