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

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

Issue 12319114: Extract debugger target enumeration into a separate class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debugger
Patch Set: Cleaner version ready for review Created 7 years, 10 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 f3c400e0cc0aa6950ae21d36c5b0d5f60605276e..0d1209d32f45a6303b88e1cc6f156466ac37389d 100644
--- a/chrome/browser/extensions/api/debugger/debugger_api_constants.h
+++ b/chrome/browser/extensions/api/debugger/debugger_api_constants.h
@@ -25,6 +25,7 @@ extern const char kSilentDebuggingRequired[];
// Target types.
extern const char kTabTargetType[];
extern const char kExtensionTargetType[];
+extern const char kOpaqueTargetType[];
} // namespace debugger_api_constants

Powered by Google App Engine
This is Rietveld 408576698