| Index: trunk/src/chrome/common/extensions/ad_injection_constants.cc
|
| ===================================================================
|
| --- trunk/src/chrome/common/extensions/ad_injection_constants.cc (revision 266598)
|
| +++ trunk/src/chrome/common/extensions/ad_injection_constants.cc (working copy)
|
| @@ -29,7 +29,7 @@
|
| // The maximum depth to check when we examine a newly-added element.
|
| extern const size_t kMaximumDepthToCheck = 5u;
|
|
|
| -bool ApiCanInjectAds(const std::string& api) {
|
| +bool ApiCanInjectAds(const char* api) {
|
| return api == kHtmlIframeSrcApiName ||
|
| api == kHtmlEmbedSrcApiName ||
|
| EndsWith(api, kAppendChildApiSuffix, true /* case sensitive */);
|
|
|