| Index: chrome/browser/ui/webui/inspect_ui.h
|
| diff --git a/chrome/browser/ui/webui/inspect_ui.h b/chrome/browser/ui/webui/inspect_ui.h
|
| index 39cce2368892e992052d1f10a5dc812ae6a0eb97..1aeee76f380b463c4065c6d1537aebb1e670e5af 100644
|
| --- a/chrome/browser/ui/webui/inspect_ui.h
|
| +++ b/chrome/browser/ui/webui/inspect_ui.h
|
| @@ -46,17 +46,6 @@ class InspectUI : public content::WebUIController,
|
|
|
| static void InspectDevices(Browser* browser);
|
|
|
| - // WebUIController implementation.
|
| - virtual bool OverrideHandleWebUIMessage(const GURL& source_url,
|
| - const std::string& message,
|
| - const base::ListValue& args) OVERRIDE;
|
| -
|
| - // We forward these to |serviceworker_webui_|.
|
| - virtual void RenderViewCreated(
|
| - content::RenderViewHost* render_view_host) OVERRIDE;
|
| - virtual void RenderViewReused(
|
| - content::RenderViewHost* render_view_host) OVERRIDE;
|
| -
|
| private:
|
| // content::NotificationObserver overrides.
|
| virtual void Observe(int type,
|
| @@ -105,8 +94,6 @@ class InspectUI : public content::WebUIController,
|
|
|
| scoped_ptr<PortForwardingStatusSerializer> port_status_serializer_;
|
|
|
| - scoped_ptr<content::WebUI> serviceworker_webui_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(InspectUI);
|
| };
|
|
|
|
|