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

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

Issue 8372021: Move history extension API implementation to history dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 2 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_history_api_constants.cc
diff --git a/chrome/browser/extensions/extension_history_api_constants.cc b/chrome/browser/extensions/extension_history_api_constants.cc
deleted file mode 100644
index c5c75b09d4c7c9b1ab4c2b4a11d203431f287d48..0000000000000000000000000000000000000000
--- a/chrome/browser/extensions/extension_history_api_constants.cc
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright (c) 2009 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_history_api_constants.h"
-
-namespace extension_history_api_constants {
-
-const char kAllHistoryKey[] = "allHistory";
-const char kEndTimeKey[] = "endTime";
-const char kFaviconUrlKey[] = "favIconUrl";
-const char kIdKey[] = "id";
-const char kLastVisitdKey[] = "lastVisitTime";
-const char kMaxResultsKey[] = "maxResults";
-const char kNewKey[] = "new";
-const char kReferringVisitId[] = "referringVisitId";
-const char kRemovedKey[] = "removed";
-const char kStartTimeKey[] = "startTime";
-const char kTextKey[] = "text";
-const char kTitleKey[] = "title";
-const char kTypedCountKey[] = "typedCount";
-const char kVisitCountKey[] = "visitCount";
-const char kTransition[] = "transition";
-const char kUrlKey[] = "url";
-const char kUrlsKey[] = "urls";
-const char kVisitId[] = "visitId";
-const char kVisitTime[] = "visitTime";
-
-const char kOnVisited[] = "history.onVisited";
-const char kOnVisitRemoved[] = "history.onVisitRemoved";
-
-const char kInvalidIdError[] = "History item id is invalid.";
-const char kInvalidUrlError[] = "Url is invalid.";
-
-} // namespace extension_history_api_constants
« no previous file with comments | « chrome/browser/extensions/extension_history_api_constants.h ('k') | chrome/browser/extensions/extension_history_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698