| Index: chrome/browser/extensions/extension_function_dispatcher.cc
|
| diff --git a/chrome/browser/extensions/extension_function_dispatcher.cc b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| index 9e6b07ed47cc2284c82d83be53d847a768aa7241..31768381b9494d28475502d6de475e1c32d95eea 100644
|
| --- a/chrome/browser/extensions/extension_function_dispatcher.cc
|
| +++ b/chrome/browser/extensions/extension_function_dispatcher.cc
|
| @@ -201,7 +201,7 @@ void FactoryRegistry::ResetFunctions() {
|
| RegisterFunction<RemoveHistoryFunction>();
|
| RegisterFunction<RemoveIndexedDBFunction>();
|
| RegisterFunction<RemoveLocalStorageFunction>();
|
| - RegisterFunction<RemoveOriginBoundCertsFunction>();
|
| + RegisterFunction<RemoveServerBoundCertsFunction>();
|
| RegisterFunction<RemovePluginDataFunction>();
|
| RegisterFunction<RemovePasswordsFunction>();
|
| RegisterFunction<RemoveWebSQLFunction>();
|
|
|