Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: chrome/browser/ui/webui/inspect_ui.h

Issue 10206036: Crash when trying to close chrome://inspect (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/inspect_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/inspect_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698