| 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")
|
|
|