| Index: content/browser/webui/web_ui_controller_factory_registry.h
|
| ===================================================================
|
| --- content/browser/webui/web_ui_controller_factory_registry.h (revision 179344)
|
| +++ content/browser/webui/web_ui_controller_factory_registry.h (working copy)
|
| @@ -17,6 +17,8 @@
|
| public:
|
| static WebUIControllerFactoryRegistry* GetInstance();
|
|
|
| + static void UnregisterFactoryForTesting(WebUIControllerFactory* factory);
|
| +
|
| // WebUIControllerFactory implementation. Each method loops through the same
|
| // method on all the factories.
|
| virtual WebUIController* CreateWebUIControllerForURL(
|
|
|