Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_devtools_frontend.h
index 5522cd7..62d0368 100644 (file)
@@ -16,7 +16,7 @@
 
 namespace content {
 
-GURL GetDevToolsPathAsURL();
+GURL GetDevToolsPathAsURL(const std::string& settings);
 
 class RenderViewHost;
 class Shell;
@@ -26,8 +26,11 @@ class ShellDevToolsFrontend : public WebContentsObserver,
                               public DevToolsFrontendHostDelegate {
  public:
   static ShellDevToolsFrontend* Show(WebContents* inspected_contents);
+  static ShellDevToolsFrontend* Show(WebContents* inspected_contents,
+                                     const std::string& settings);
   void Activate();
   void Focus();
+  void InspectElementAt(int x, int y);
   void Close();
 
   Shell* frontend_shell() const { return frontend_shell_; }