Chromium Code Reviews

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

Issue 115050: Enabled Ctrl+Shift+L for POPUP and APP windows.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/debugger/debugger_host.h ('k') | chrome/browser/debugger/debugger_host_impl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/debugger_host_impl.h
===================================================================
--- chrome/browser/debugger/debugger_host_impl.h (revision 15515)
+++ chrome/browser/debugger/debugger_host_impl.h (working copy)
@@ -34,8 +34,9 @@
// Handles messages from debugger UI.
virtual void OnDebuggerHostMsg(const ListValue* args);
+ virtual bool ShowWindow();
+
private:
-
TabContents* GetTabContentsBeingDebugged() const;
scoped_refptr<DebuggerInputOutput> io_;
« no previous file with comments | « chrome/browser/debugger/debugger_host.h ('k') | chrome/browser/debugger/debugger_host_impl.cpp » ('j') | no next file with comments »

Powered by Google App Engine