| Index: content/public/browser/web_ui_controller_factory.h
|
| ===================================================================
|
| --- content/public/browser/web_ui_controller_factory.h (revision 179344)
|
| +++ content/public/browser/web_ui_controller_factory.h (working copy)
|
| @@ -25,8 +25,6 @@
|
| // 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(
|
|
|