Index: chrome/browser/extensions/extension_debugger_api_constants.h |
diff --git a/chrome/browser/extensions/extension_debugger_api_constants.h b/chrome/browser/extensions/extension_debugger_api_constants.h |
deleted file mode 100644 |
index 4f8faa8288a3f257256c7e1588028c2081b9567b..0000000000000000000000000000000000000000 |
--- a/chrome/browser/extensions/extension_debugger_api_constants.h |
+++ /dev/null |
@@ -1,33 +0,0 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-// Constants used for the Cookies API. |
- |
-#ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_CONSTANTS_H_ |
-#define CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_CONSTANTS_H_ |
- |
-namespace extension_debugger_api_constants { |
- |
-// Keys. |
-extern const char kCommandKey[]; |
-extern const char kDataKey[]; |
-extern const char kTabIdKey[]; |
-extern const char kVersionIdKey[]; |
- |
-// Events. |
-extern const char kOnEvent[]; |
-extern const char kOnDetach[]; |
- |
-// Errors. |
-extern const char kAlreadyAttachedError[]; |
-extern const char kAttachToWebUIError[]; |
-extern const char kDebuggerExecuteFailedError[]; |
-extern const char kNoTabError[]; |
-extern const char kNotAttachedError[]; |
-extern const char kPermissionError[]; |
-extern const char kProtocolVersionNotSupportedError[]; |
- |
-} // namespace extension_debugger_api_constants |
- |
-#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_DEBUGGER_API_CONSTANTS_H_ |