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

Unified Diff: chrome/common/extensions/ad_injection_constants.h

Issue 268553002: Move DOMActivityLogger and associated code from //chrome to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/ad_injection_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/ad_injection_constants.h
diff --git a/chrome/common/extensions/ad_injection_constants.h b/chrome/common/extensions/ad_injection_constants.h
deleted file mode 100644
index 2d08393f4362c7d7d8fdb461444bbe368227819e..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/ad_injection_constants.h
+++ /dev/null
@@ -1,37 +0,0 @@
-// Copyright 2014 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.
-
-#ifndef CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
-#define CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
-
-#include "base/basictypes.h"
-
-namespace extensions {
-namespace ad_injection_constants {
-
-// The keys used when serializing arguments to activity action APIs.
-namespace keys {
-
-extern const char kType[];
-extern const char kChildren[];
-extern const char kSrc[];
-extern const char kHref[];
-
-} // namespace keys
-
-extern const char kHtmlIframeSrcApiName[];
-extern const char kHtmlEmbedSrcApiName[];
-extern const char kAppendChildApiSuffix[];
-
-extern const size_t kMaximumChildrenToCheck;
-extern const size_t kMaximumDepthToCheck;
-
-// Returns true if the given |api| can potentially inject ads, and should
-// therefore be examined.
-bool ApiCanInjectAds(const char* api);
-
-} // namespace ad_injection_constants
-} // namespace extensions
-
-#endif // CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/ad_injection_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698