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

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

Issue 21653002: Cleanups to the refactored extension activity log code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Clarify comments Created 7 years, 5 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/browser/extensions/activity_log/activity_actions.cc
diff --git a/chrome/browser/extensions/activity_log/activity_actions.cc b/chrome/browser/extensions/activity_log/activity_actions.cc
index 117f0aafb6e2e37c7eaffd461afee0acd92da54b..1d792255900452d326b57088ac45880b9416e6d4 100644
--- a/chrome/browser/extensions/activity_log/activity_actions.cc
+++ b/chrome/browser/extensions/activity_log/activity_actions.cc
@@ -205,7 +205,6 @@ scoped_ptr<ExtensionActivity> Action::ConvertToExtensionActivity() {
}
case ACTION_DOM_EVENT:
- case ACTION_DOM_XHR:
case ACTION_DOM_ACCESS:
case ACTION_CONTENT_SCRIPT:
case ACTION_WEB_REQUEST: {
@@ -268,9 +267,6 @@ std::string Action::PrintForDebug() {
case ACTION_DOM_EVENT:
result += "dom_event";
break;
- case ACTION_DOM_XHR:
- result += "dom_xhr";
- break;
case ACTION_DOM_ACCESS:
result += "dom_access";
break;
« no previous file with comments | « chrome/browser/extensions/activity_log/activity_actions.h ('k') | chrome/browser/extensions/activity_log/activity_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698