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

Unified Diff: trunk/src/chrome/browser/extensions/dom_actions.h

Issue 14378006: Revert 195265 "Improved extension activity logging for the chrom..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/chrome/browser/extensions/dom_actions.h
===================================================================
--- trunk/src/chrome/browser/extensions/dom_actions.h (revision 195309)
+++ trunk/src/chrome/browser/extensions/dom_actions.h (working copy)
@@ -16,11 +16,10 @@
class DOMAction : public Action {
public:
enum DOMActionType {
- MODIFIED, // For Content Script DOM manipulations
- READ, // For Content Script DOM manipulations
- INSERTED, // For when Content Scripts are added to pages
- XHR, // When an extension core sends an XHR
- WEBREQUEST, // When a page request is modified with the WebRequest API
+ MODIFIED, // For Content Script DOM manipulations
+ READ, // For Content Script DOM manipulations
+ INSERTED, // For when Content Scripts are added to pages
+ XHR, // When an extension core sends an XHR
};
static const char* kTableName;
Property changes on: trunk/src/chrome/browser/extensions/dom_actions.h
___________________________________________________________________
Added: svn:mergeinfo

Powered by Google App Engine
This is Rietveld 408576698