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

Unified Diff: trunk/src/chrome/browser/extensions/activity_log.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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/activity_log.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/activity_log.h
===================================================================
--- trunk/src/chrome/browser/extensions/activity_log.h (revision 195309)
+++ trunk/src/chrome/browser/extensions/activity_log.h (working copy)
@@ -109,14 +109,6 @@
const ListValue* args, // arguments
const std::string& extra); // extra logging info
- // Log a use of the WebRequest API to redirect, cancel, or modify page
- // headers.
- void LogWebRequestAction(const Extension* extension,
- const GURL& url,
- const std::string& api_call,
- scoped_ptr<base::DictionaryValue> details,
- const std::string& extra);
-
// Retrieves the list of actions for a given extension on a specific day.
// Today is 0, yesterday is 1, etc. Returns one day at a time.
// Response is sent to the method/function in the callback.
Property changes on: trunk/src/chrome/browser/extensions/activity_log.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/activity_log.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698