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

Unified 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, 9 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/api/data_reduction_proxy/data_reduction_proxy_api.cc
diff --git a/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.cc b/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.cc
new file mode 100644
index 0000000000000000000000000000000000000000..e1e23ed6f7669b00bc9584077605415b3024138c
--- /dev/null
+++ b/chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.cc
@@ -0,0 +1,13 @@
+
+#include "chrome/browser/extensions/api/data_reduction_proxy/data_reduction_proxy_api.h"
+
+namespace extensions {
+
+AsyncExtensionFunction::ResponseAction DataReductionProxyClearAPIFunction::Run() {
+
+ return RespondNow(ArgumentList(NULL));
+}
+
+
+
+} // namespace extensions
« 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