| Index: content/shell/browser/shell_devtools_frontend.h
|
| diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h
|
| index 4d3066634f20e39ea2c05f76d74bb768d0f0a1b0..09a690ac76b2a95de9390271aa7ea002cfa228cd 100644
|
| --- a/content/shell/browser/shell_devtools_frontend.h
|
| +++ b/content/shell/browser/shell_devtools_frontend.h
|
| @@ -24,6 +24,7 @@ class ShellDevToolsFrontend : public WebContentsObserver,
|
| public DevToolsFrontendHostDelegate {
|
| public:
|
| static ShellDevToolsFrontend* Show(WebContents* inspected_contents);
|
| + void Activate();
|
| void Focus();
|
| void Close();
|
|
|
|
|