Index: chrome/browser/extensions/extension_function_dispatcher.cc |
=================================================================== |
--- chrome/browser/extensions/extension_function_dispatcher.cc (revision 52654) |
+++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy) |
@@ -204,6 +204,7 @@ |
#if defined(OS_WIN) |
RegisterFunction<RlzRecordProductEventFunction>(); |
RegisterFunction<RlzGetAccessPointRlzFunction>(); |
+ RegisterFunction<RlzSendFinancialPingFunction>(); |
RegisterFunction<RlzClearProductStateFunction>(); |
#endif |