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 c3f075ccf6d7066227f88cf166dd024bc9b87ae8..8c43defbc66013bff3d0acfe79cdca50719a99aa 100644 |
--- a/chrome/browser/ui/webui/inspect_ui.h |
+++ b/chrome/browser/ui/webui/inspect_ui.h |
@@ -27,6 +27,8 @@ class InspectUI : public content::WebUIController, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
+ void StopListeningNotifications(); |
+ |
scoped_refptr<WorkerCreationDestructionListener> observer_; |
// A scoped container for notification registries. |