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

Unified Diff: chrome/browser/debugger/debugger_window.cc

Issue 92116: Stop debugger by escape key. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/debugger/debugger_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/debugger/debugger_window.cc
===================================================================
--- chrome/browser/debugger/debugger_window.cc (revision 14268)
+++ chrome/browser/debugger/debugger_window.cc (working copy)
@@ -38,7 +38,7 @@
view_->OnShow();
return;
}
- view_ = new DebuggerView();
+ view_ = new DebuggerView(this);
window_ = views::Window::CreateChromeWindow(NULL, gfx::Rect(), this);
window_->Show();
view_->OnShow();
« no previous file with comments | « chrome/browser/debugger/debugger_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698