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

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

Issue 21653002: Cleanups to the refactored extension activity log code (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Drop ACTION_DOM_XHR action type 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.h
diff --git a/chrome/browser/extensions/activity_log/activity_actions.h b/chrome/browser/extensions/activity_log/activity_actions.h
index c867704b9f29d7d18994283f9194a01d35ef77ce..6782b8314d5738b73a7576859e82e712d6981c01 100644
--- a/chrome/browser/extensions/activity_log/activity_actions.h
+++ b/chrome/browser/extensions/activity_log/activity_actions.h
@@ -33,8 +33,7 @@ class Action : public base::RefCountedThreadSafe<Action> {
ACTION_CONTENT_SCRIPT = 3,
ACTION_DOM_ACCESS = 4,
ACTION_DOM_EVENT = 5,
- ACTION_DOM_XHR = 6,
- ACTION_WEB_REQUEST = 7,
+ ACTION_WEB_REQUEST = 6,
Matt Perry 2013/08/02 19:23:04 Should this remain as 7? (If you add another one l
mvrable 2013/08/02 19:57:09 I was originally going to do that, but Adrienne po
felt 2013/08/02 19:59:31 I have a strong preference for keeping the code cl
Matt Perry 2013/08/02 20:26:05 SGTM On 2013/08/02 19:59:31, felt wrote:
};
// A useful shorthand for methods that take or return collections of Action

Powered by Google App Engine
This is Rietveld 408576698