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

Unified Diff: chrome/browser/extensions/extension_rlz_module.h

Issue 3029001: When I specified the rlz chrome extension api, I explicitly did not include a... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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/extension_rlz_module.h
===================================================================
--- chrome/browser/extensions/extension_rlz_module.h (revision 52654)
+++ chrome/browser/extensions/extension_rlz_module.h (working copy)
@@ -23,6 +23,13 @@
DECLARE_EXTENSION_FUNCTION_NAME("experimental.rlz.getAccessPointRlz")
};
+class RlzSendFinancialPingFunction : public SyncExtensionFunction {
+ DECLARE_EXTENSION_FUNCTION_NAME("experimental.rlz.sendFinancialPing")
+ // Making this function protected so that it can be overridden in tests.
+ protected:
+ virtual bool RunImpl();
+};
+
class RlzClearProductStateFunction : public SyncExtensionFunction {
virtual bool RunImpl();
DECLARE_EXTENSION_FUNCTION_NAME("experimental.rlz.clearProductState")
« no previous file with comments | « chrome/browser/extensions/extension_rlz_apitest.cc ('k') | chrome/browser/extensions/extension_rlz_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698