| Index: chrome/browser/extensions/api/debugger/debugger_api_constants.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/debugger/debugger_api_constants.cc (revision 287393)
|
| +++ chrome/browser/extensions/api/debugger/debugger_api_constants.cc (working copy)
|
| @@ -8,8 +8,6 @@
|
|
|
| const char kAlreadyAttachedError[] =
|
| "Another debugger is already attached to the * with id: *.";
|
| -const char kAttachToWebUIError[] =
|
| - "Can not attach to the page with the \"*://\" scheme.";
|
| const char kNoTargetError[] = "No * with given id *.";
|
| const char kInvalidTargetError[] =
|
| "Either tab id or extension id must be specified.";
|
|
|