| Index: chrome/browser/extensions/api/debugger/debugger_api_constants.cc
|
| diff --git a/chrome/browser/extensions/api/debugger/debugger_api_constants.cc b/chrome/browser/extensions/api/debugger/debugger_api_constants.cc
|
| index 40ae779cda6b9c9be84cce30856edc4ccbb12250..a9f5c6eb0c8f00d4729c4805649f4bd05e5c94f8 100644
|
| --- a/chrome/browser/extensions/api/debugger/debugger_api_constants.cc
|
| +++ b/chrome/browser/extensions/api/debugger/debugger_api_constants.cc
|
| @@ -21,9 +21,10 @@ const char kNotAttachedError[] =
|
| const char kProtocolVersionNotSupportedError[] =
|
| "Requested protocol version is not supported: *.";
|
| const char kSilentDebuggingRequired[] =
|
| - "Cannot attach to an extension unless '*' flag is enabled.";
|
| + "Cannot attach to this target unless '*' flag is enabled.";
|
|
|
| const char kTabTargetType[] = "tab";
|
| -const char kExtensionTargetType[] = "extension";
|
| +const char kBackgroundPageTargetType[] = "background page";
|
| +const char kOpaqueTargetType[] = "target";
|
|
|
| } // namespace debugger_api_constants
|
|
|