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

Unified Diff: chrome/common/extensions/matcher/url_matcher_constants.cc

Issue 12092096: Move c/c/extensions/matcher/ to top level extension dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TOT Created 7 years, 11 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/common/extensions/matcher/url_matcher_constants.cc
diff --git a/chrome/common/extensions/matcher/url_matcher_constants.cc b/chrome/common/extensions/matcher/url_matcher_constants.cc
deleted file mode 100644
index a07cb1d6337379b7857a8aa05f98c27d41a097ce..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/matcher/url_matcher_constants.cc
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright (c) 2012 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/common/extensions/matcher/url_matcher_constants.h"
-
-namespace extensions {
-namespace url_matcher_constants {
-
-// Keys of dictionaries for URL constraints
-const char kPortsKey[] = "ports";
-const char kSchemesKey[] = "schemes";
-const char kHostContainsKey[] = "hostContains";
-const char kHostEqualsKey[] = "hostEquals";
-const char kHostPrefixKey[] = "hostPrefix";
-const char kHostSuffixKey[] = "hostSuffix";
-const char kHostSuffixPathPrefixKey[] = "hostSuffixPathPrefix";
-const char kPathContainsKey[] = "pathContains";
-const char kPathEqualsKey[] = "pathEquals";
-const char kPathPrefixKey[] = "pathPrefix";
-const char kPathSuffixKey[] = "pathSuffix";
-const char kQueryContainsKey[] = "queryContains";
-const char kQueryEqualsKey[] = "queryEquals";
-const char kQueryPrefixKey[] = "queryPrefix";
-const char kQuerySuffixKey[] = "querySuffix";
-const char kURLContainsKey[] = "urlContains";
-const char kURLEqualsKey[] = "urlEquals";
-const char kURLMatchesKey[] = "urlMatches";
-const char kURLPrefixKey[] = "urlPrefix";
-const char kURLSuffixKey[] = "urlSuffix";
-
-} // namespace url_matcher_constants
-} // namespace extensions
« no previous file with comments | « chrome/common/extensions/matcher/url_matcher_constants.h ('k') | chrome/common/extensions/matcher/url_matcher_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698