Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2362)

Unified Diff: chrome/browser/extensions/api/debugger/debugger_api_constants.cc

Issue 439843002: Merge 280354 "Have the Debugger extension api check that it has ..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.";

Powered by Google App Engine
This is Rietveld 408576698