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

Unified Diff: chrome/browser/devtools/device/port_forwarding_controller.h

Issue 258433007: DevTools: Fix a DCHECK failure during browser shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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/devtools/device/port_forwarding_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/device/port_forwarding_controller.h
diff --git a/chrome/browser/devtools/device/port_forwarding_controller.h b/chrome/browser/devtools/device/port_forwarding_controller.h
index debf022763cb71c64ba478b0de4e2f9ead8b7f53..ae491d7b307df688adfba806bad7e349b3b2912a 100644
--- a/chrome/browser/devtools/device/port_forwarding_controller.h
+++ b/chrome/browser/devtools/device/port_forwarding_controller.h
@@ -23,6 +23,9 @@ class PortForwardingController
virtual ~PortForwardingController();
+ // KeyedService implementation.
+ virtual void Shutdown() OVERRIDE;
+
class Factory : public BrowserContextKeyedServiceFactory {
public:
// Returns singleton instance of Factory.
« no previous file with comments | « no previous file | chrome/browser/devtools/device/port_forwarding_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698