Web Inspector: [chromium] add WebDevToolsFrontendClient::openInNewTab for upcoming...
authorpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 12:31:01 +0000 (12:31 +0000)
committerpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 20 Jan 2012 12:31:01 +0000 (12:31 +0000)
https://bugs.webkit.org/show_bug.cgi?id=76698

Reviewed by Yury Semikhatsky.

* public/WebDevToolsFrontendClient.h:
(WebKit::WebDevToolsFrontendClient::openInNewTab):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105507 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit/chromium/ChangeLog
Source/WebKit/chromium/public/WebDevToolsFrontendClient.h

index 3a4387f..288d56f 100644 (file)
@@ -1,3 +1,13 @@
+2012-01-20  Pavel Feldman  <pfeldman@google.com>
+
+        Web Inspector: [chromium] add WebDevToolsFrontendClient::openInNewTab for upcoming WebCore change.
+        https://bugs.webkit.org/show_bug.cgi?id=76698
+
+        Reviewed by Yury Semikhatsky.
+
+        * public/WebDevToolsFrontendClient.h:
+        (WebKit::WebDevToolsFrontendClient::openInNewTab):
+
 2012-01-20  Hayato Ito  <hayato@chromium.org>
 
         Add ShadowRoot.idl which is enabled by newly introduced SHADOW_DOM flag.
index acb5f98..c09f514 100644 (file)
@@ -49,6 +49,7 @@ public:
     virtual void requestUndockWindow() { }
     virtual void requestSetDockSide(const WebString& side) { }
     virtual void moveWindowBy(const WebFloatPoint&) { }
+    virtual void openInNewTab(const WebString& side) { }
     virtual void saveAs(const WebString& fileName, const WebString& content) { }
 
 protected: