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

Unified Diff: chrome/browser/extensions/activity_log/uma_policy.cc

Issue 54953002: Adjust placement of innerHTML (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/activity_log/uma_policy.cc
diff --git a/chrome/browser/extensions/activity_log/uma_policy.cc b/chrome/browser/extensions/activity_log/uma_policy.cc
index 0e4e9176f9f72e664ce3ef8d2094f24a885154a4..3b21f6645c62e113ac1c7ccb70e353c97dc49a5b 100644
--- a/chrome/browser/extensions/activity_log/uma_policy.cc
+++ b/chrome/browser/extensions/activity_log/uma_policy.cc
@@ -114,7 +114,7 @@ int UmaPolicy::MatchActionToStatus(scoped_refptr<Action> action) {
if (action->api_name() == "HTMLDocument.write" ||
action->api_name() == "HTMLDocument.writeln") {
ret_bit |= kDocumentWrite;
- } else if (action->api_name() == "HTMLElement.innerHTML") {
+ } else if (action->api_name() == "Element.innerHTML") {
ret_bit |= kInnerHtml;
} else if (action->api_name() == "Document.createElement") {
std::string arg;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698