Chromium Code Reviews| Index: chrome/browser/extensions/extension_function_dispatcher.cc |
| =================================================================== |
| --- chrome/browser/extensions/extension_function_dispatcher.cc (revision 65457) |
| +++ chrome/browser/extensions/extension_function_dispatcher.cc (working copy) |
| @@ -282,9 +282,11 @@ |
| // WebstorePrivate. |
| RegisterFunction<GetBrowserLoginFunction>(); |
| RegisterFunction<GetStoreLoginFunction>(); |
| - RegisterFunction<InstallFunction>(); |
| RegisterFunction<SetStoreLoginFunction>(); |
| RegisterFunction<PromptBrowserLoginFunction>(); |
| + RegisterFunction<InstallFunction>(); |
|
Erik does not do reviews
2010/11/09 16:32:21
shouldn't we remove this one?
asargent_no_longer_on_chrome
2010/11/10 00:23:48
Done.
|
| + RegisterFunction<BeginInstallFunction>(); |
| + RegisterFunction<CompleteInstallFunction>(); |
| } |
| void FactoryRegistry::GetAllNames(std::vector<std::string>* names) { |