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

Unified Diff: chrome/browser/extensions/extension_debugger_api_constants.h

Issue 10762006: Moved c/b/e/*debugger* to c/b/e/api/debugger/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Missed some files =) 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/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 622504c724e1818c48c3b2606537ea1d8225d6b1..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/extension_debugger_api_constants.h
+++ /dev/null
@@ -1,34 +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_
-#pragma once
-
-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_

Powered by Google App Engine
This is Rietveld 408576698