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

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

Issue 259003005: Revert 266157 "Extend DOMActivityLogger interface for upcoming c..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 | « no previous file | trunk/src/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: trunk/src/chrome/common/extensions/ad_injection_constants.h
===================================================================
--- trunk/src/chrome/common/extensions/ad_injection_constants.h (revision 266598)
+++ trunk/src/chrome/common/extensions/ad_injection_constants.h (working copy)
@@ -5,8 +5,6 @@
#ifndef CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
#define CHROME_COMMON_EXTENSIONS_AD_INJECTION_CONSTANTS_H_
-#include <string>
-
#include "base/basictypes.h"
namespace extensions {
@@ -31,7 +29,7 @@
// Returns true if the given |api| can potentially inject ads, and should
// therefore be examined.
-bool ApiCanInjectAds(const std::string& api);
+bool ApiCanInjectAds(const char* api);
} // namespace ad_injection_constants
} // namespace extensions
« no previous file with comments | « no previous file | trunk/src/chrome/common/extensions/ad_injection_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698