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

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

Issue 10803043: Refactor chrome.debugger api to use the JSON schema compiler. Also modified the (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
diff --git a/chrome/browser/extensions/api/debugger/debugger_api_constants.cc b/chrome/browser/extensions/api/debugger/debugger_api_constants.cc
index 33c623d9c8f59b1c9e9bc6a9c32a1c055409d27e..ceea3582d01862ad797a42d3daede2d1ea1ffc5f 100644
--- a/chrome/browser/extensions/api/debugger/debugger_api_constants.cc
+++ b/chrome/browser/extensions/api/debugger/debugger_api_constants.cc
@@ -6,11 +6,6 @@
namespace debugger_api_constants {
-const char kCommandKey[] = "command";
-const char kDataKey[] = "data";
-const char kTabIdKey[] = "tabId";
-const char kVersionIdKey[] = "requiredVersion";
-
const char kOnEvent[] = "debugger.onEvent";
const char kOnDetach[] = "debugger.onDetach";

Powered by Google App Engine
This is Rietveld 408576698