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

Unified Diff: chrome/browser/extensions/extension_webnavigation_api_constants.cc

Issue 9959097: Move webNavigation extension api into a separate directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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_webnavigation_api_constants.cc
diff --git a/chrome/browser/extensions/extension_webnavigation_api_constants.cc b/chrome/browser/extensions/extension_webnavigation_api_constants.cc
deleted file mode 100644
index e57ebd55b5552657f6c21495fe1a6dc1c745d742..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/extension_webnavigation_api_constants.cc
+++ /dev/null
@@ -1,31 +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.
-
-#include "chrome/browser/extensions/extension_webnavigation_api_constants.h"
-
-namespace extension_webnavigation_api_constants {
-
-const char kErrorKey[] = "error";
-const char kErrorOccurredKey[] = "errorOccurred";
-const char kFrameIdKey[] = "frameId";
-const char kSourceTabIdKey[] = "sourceTabId";
-const char kSourceFrameIdKey[] = "sourceFrameId";
-const char kTabIdKey[] = "tabId";
-const char kTimeStampKey[] = "timeStamp";
-const char kTransitionTypeKey[] = "transitionType";
-const char kTransitionQualifiersKey[] = "transitionQualifiers";
-const char kUrlKey[] = "url";
-
-const char kOnBeforeNavigate[] = "webNavigation.onBeforeNavigate";
-const char kOnCommitted[] = "webNavigation.onCommitted";
-const char kOnCompleted[] = "webNavigation.onCompleted";
-const char kOnCreatedNavigationTarget[] =
- "webNavigation.onCreatedNavigationTarget";
-const char kOnDOMContentLoaded[] =
- "webNavigation.onDOMContentLoaded";
-const char kOnErrorOccurred[] = "webNavigation.onErrorOccurred";
-const char kOnReferenceFragmentUpdated[] =
- "webNavigation.onReferenceFragmentUpdated";
-
-} // namespace extension_webnavigation_api_constants

Powered by Google App Engine
This is Rietveld 408576698