Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / debugger / debugger_api_constants.cc
index 70da45b..7ddcd82 100644 (file)
@@ -8,8 +8,6 @@ namespace debugger_api_constants {
 
 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.";