| Index: content/browser/webui/web_ui.h
|
| ===================================================================
|
| --- content/browser/webui/web_ui.h (revision 79692)
|
| +++ content/browser/webui/web_ui.h (working copy)
|
| @@ -144,14 +144,6 @@
|
|
|
| TabContents* tab_contents() const { return tab_contents_; }
|
|
|
| - // An opaque identifier used to identify a WebUI. This can only be compared to
|
| - // kNoWebUI or other WebUI types. See GetWebUIType.
|
| - typedef void* TypeID;
|
| -
|
| - // A special WebUI type that signifies that a given page would not use the
|
| - // Web UI system.
|
| - static const TypeID kNoWebUI;
|
| -
|
| protected:
|
| void AddMessageHandler(WebUIMessageHandler* handler);
|
|
|
|
|