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

Unified Diff: chrome/browser/ui/views/hung_renderer_view.h

Issue 14566024: Remove hung renderer dialog black border. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove debugging code. Created 7 years, 7 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/ui/views/hung_renderer_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/hung_renderer_view.h
diff --git a/chrome/browser/ui/views/hung_renderer_view.h b/chrome/browser/ui/views/hung_renderer_view.h
index a041d37379e82224993be1b6cefb02cf90d567bd..a657b44a8654b7b70de7905c1962d29c8409c779 100644
--- a/chrome/browser/ui/views/hung_renderer_view.h
+++ b/chrome/browser/ui/views/hung_renderer_view.h
@@ -104,7 +104,7 @@ class HungRendererDialogView : public views::DialogDelegateView,
public:
// Factory function for creating an instance of the HungRendererDialogView
// class. At any given point only one instance can be active.
- static HungRendererDialogView* Create();
+ static HungRendererDialogView* Create(gfx::NativeView context);
// Returns a pointer to the singleton instance if any.
static HungRendererDialogView* GetInstance();
« no previous file with comments | « no previous file | chrome/browser/ui/views/hung_renderer_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698