| Index: content/public/browser/web_ui_controller_factory.h
|
| ===================================================================
|
| --- content/public/browser/web_ui_controller_factory.h (revision 179251)
|
| +++ content/public/browser/web_ui_controller_factory.h (working copy)
|
| @@ -25,6 +25,8 @@
|
| // Call to register a factory.
|
| static void RegisterFactory(WebUIControllerFactory* factory);
|
|
|
| + static void UnregisterFactoryForTesting(WebUIControllerFactory* factory);
|
| +
|
| // Returns a WebUIController instance for the given URL, or NULL if the URL
|
| // doesn't correspond to a WebUI.
|
| virtual WebUIController* CreateWebUIControllerForURL(
|
|
|