| Index: chrome/browser/devtools/devtools_target_impl.h
|
| diff --git a/chrome/browser/devtools/devtools_target_impl.h b/chrome/browser/devtools/devtools_target_impl.h
|
| index c74aefa4cbcd8cd16899bab84812941febfb5592..4d891734ee827add6f9b5742a2a17e17336b6e8b 100644
|
| --- a/chrome/browser/devtools/devtools_target_impl.h
|
| +++ b/chrome/browser/devtools/devtools_target_impl.h
|
| @@ -21,6 +21,15 @@ class WebContents;
|
|
|
| class DevToolsTargetImpl : public content::DevToolsTarget {
|
| public:
|
| + static const char kTargetTypeApp[];
|
| + static const char kTargetTypeBackgroundPage[];
|
| + static const char kTargetTypePage[];
|
| + static const char kTargetTypeWorker[];
|
| + static const char kTargetTypeWebView[];
|
| + static const char kTargetTypeIFrame[];
|
| + static const char kTargetTypeOther[];
|
| + static const char kTargetTypeServiceWorker[];
|
| +
|
| explicit DevToolsTargetImpl(
|
| scoped_refptr<content::DevToolsAgentHost> agent_host);
|
| virtual ~DevToolsTargetImpl();
|
|
|