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

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

Issue 352523003: Have the Debugger extension api check that it has access to the tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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.h
diff --git a/chrome/browser/extensions/api/debugger/debugger_api_constants.h b/chrome/browser/extensions/api/debugger/debugger_api_constants.h
index 0c7eaa73aa021009bac36d92c6c03c281cbd332a..f79b7b8ed272d07c6546dc3fa221376fe885728a 100644
--- a/chrome/browser/extensions/api/debugger/debugger_api_constants.h
+++ b/chrome/browser/extensions/api/debugger/debugger_api_constants.h
@@ -15,7 +15,6 @@ extern const char kOnDetach[];
// Errors.
extern const char kAlreadyAttachedError[];
-extern const char kAttachToWebUIError[];
extern const char kNoTargetError[];
extern const char kInvalidTargetError[];
extern const char kNotAttachedError[];

Powered by Google App Engine
This is Rietveld 408576698