X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Fshell%2Fbrowser%2Fshell_devtools_frontend.h;h=62d03689330c40b8873799a54d0a240b81192c28;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=5522cd75d5df0cde84591b387701dadd4cc5535f;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/shell/browser/shell_devtools_frontend.h b/src/content/shell/browser/shell_devtools_frontend.h index 5522cd7..62d0368 100644 --- a/src/content/shell/browser/shell_devtools_frontend.h +++ b/src/content/shell/browser/shell_devtools_frontend.h @@ -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_; }