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

Side by Side Diff: chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.cc

Issue 1048113003: Implementation of API to clear savings data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ClearSavingsData
Patch Set: Created 5 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 unified diff | Download patch
OLDNEW
(Empty)
1
2 #include "chrome/browser/extensions/api/data_reduction_proxy/data_reduction_prox y_api.h"
3
4 namespace extensions {
5
6 AsyncExtensionFunction::ResponseAction DataReductionProxyClearAPIFunction::Run() {
7
8 return RespondNow(ArgumentList(NULL));
9 }
10
11
12
13 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698