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

Unified Diff: chrome/browser/debugger/devtools_window_win.h

Issue 50009: Allow different types of devtools client (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/browser/debugger/devtools_window_mac.cc ('k') | chrome/browser/debugger/devtools_window_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/devtools_window_win.h
===================================================================
--- chrome/browser/debugger/devtools_window_win.h (revision 12273)
+++ chrome/browser/debugger/devtools_window_win.h (working copy)
@@ -12,7 +12,6 @@
namespace views {
class Window;
}
-class DevToolsInstanceDescriptor;
class DevToolsView;
class TabContents;
@@ -21,13 +20,16 @@
public:
virtual ~DevToolsWindowWin();
- // Show developer tools window.
+ // DevToolsWindow implementation.
virtual void Show();
- virtual void Close();
+ virtual bool HasRenderViewHost(const RenderViewHost& rvh) const;
+ virtual void InspectedTabClosing();
+ virtual void SendMessageToClient(const IPC::Message& message);
+
private:
friend class DevToolsWindow;
- explicit DevToolsWindowWin(DevToolsView* view);
+ DevToolsWindowWin(DevToolsView* view);
// views::WindowDelegate methods:
virtual std::wstring GetWindowTitle() const;
« no previous file with comments | « chrome/browser/debugger/devtools_window_mac.cc ('k') | chrome/browser/debugger/devtools_window_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698