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

Unified Diff: chrome/browser/extensions/extension_devtools_bridge.h

Issue 348042: Allows extension-devtools api to survive page navigation. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/extensions/extension_devtools_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_devtools_bridge.h
===================================================================
--- chrome/browser/extensions/extension_devtools_bridge.h (revision 30714)
+++ chrome/browser/extensions/extension_devtools_bridge.h (working copy)
@@ -13,7 +13,6 @@
#include "chrome/browser/extensions/extension_message_service.h"
class Profile;
-class RenderViewHost;
// This class is a DevToolsClientHost that fires extension events.
class ExtensionDevToolsBridge : public DevToolsClientHost {
@@ -40,8 +39,6 @@
// ID of the tab we are monitoring.
int tab_id_;
- // Host of the tab we are monitoring, NULL if not monitoring anything.
- RenderViewHost* inspected_rvh_;
scoped_refptr<ExtensionDevToolsManager> extension_devtools_manager_;
scoped_refptr<ExtensionMessageService> extension_message_service_;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_devtools_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698