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

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

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
« no previous file with comments | « trunk/src/chrome/browser/extensions/dom_actions.h ('k') | trunk/src/chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/dom_actions.cc
===================================================================
--- trunk/src/chrome/browser/extensions/dom_actions.cc (revision 195309)
+++ trunk/src/chrome/browser/extensions/dom_actions.cc (working copy)
@@ -108,8 +108,6 @@
return "INSERTED";
case XHR:
return "XHR";
- case WEBREQUEST:
- return "WEBREQUEST";
default:
NOTREACHED();
return NULL;
@@ -126,8 +124,6 @@
return INSERTED;
} else if (str == "XHR") {
return XHR;
- } else if (str == "WEBREQUEST") {
- return WEBREQUEST;
} else {
NOTREACHED();
return MODIFIED; // this should never happen!
Property changes on: trunk/src/chrome/browser/extensions/dom_actions.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « trunk/src/chrome/browser/extensions/dom_actions.h ('k') | trunk/src/chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698