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

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

Issue 19234003: Extension activity log database refactoring (step 2) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address some reviewer 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/stream_noargs_ui_policy.h
diff --git a/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h b/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
index f91ffd05582ed47450bf583b0bc4869aa7637d47..46064b9d7b1b351ca1826e00e6407c0491a1074e 100644
--- a/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
+++ b/chrome/browser/extensions/activity_log/stream_noargs_ui_policy.h
@@ -19,10 +19,10 @@ class StreamWithoutArgsUIPolicy : public FullStreamUIPolicy {
virtual ~StreamWithoutArgsUIPolicy();
protected:
- virtual std::string ProcessArguments(ActionType action_type,
- const std::string& name,
- const base::ListValue* args)
- const OVERRIDE;
+ virtual scoped_ptr<base::ListValue> ProcessArguments(
+ ActionType action_type,
+ const std::string& name,
+ const base::ListValue* args) const OVERRIDE;
virtual void ProcessWebRequestModifications(
base::DictionaryValue& details,

Powered by Google App Engine
This is Rietveld 408576698