| 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 984a0aa4e23c21dadb3f6e8ba15a0a7949dbedf8..6322a3af6f43c0d4ebe9b4a4fda1d5f4e8813eaf 100644
|
| --- a/chrome/browser/devtools/devtools_target_impl.h
|
| +++ b/chrome/browser/devtools/devtools_target_impl.h
|
| @@ -26,6 +26,7 @@ class DevToolsTargetImpl : public devtools_discovery::BasicTargetDescriptor {
|
| static const char kTargetTypeWorker[];
|
| static const char kTargetTypeWebView[];
|
| static const char kTargetTypeIFrame[];
|
| + static const char kTargetTypeNode[];
|
| static const char kTargetTypeOther[];
|
| static const char kTargetTypeServiceWorker[];
|
|
|
|
|