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

Unified Diff: chrome/browser/ui/gtk/browser_window_gtk.cc

Issue 7604032: Showing Task manager on the foreground window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: to be commited Created 9 years, 4 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/ui/gtk/browser_window_gtk.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_window_gtk.cc
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc
index 488d2c7f92137c78e8b3dd37dc9b67a3733bdf10..c5ad75d488bd5855d4279ba74597c71348d6e003 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc
@@ -986,9 +986,9 @@ void BrowserWindowGtk::ShowThemeInstallBubble() {
ThemeInstallBubbleViewGtk::Show(window_);
}
-void BrowserWindowGtk::ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
- gfx::NativeWindow parent_window) {
- browser::ShowHtmlDialog(parent_window, browser_->profile(), delegate);
+gfx::NativeWindow BrowserWindowGtk::ShowHTMLDialog(
+ HtmlDialogUIDelegate* delegate, gfx::NativeWindow parent_window) {
+ return browser::ShowHtmlDialog(parent_window, browser_->profile(), delegate);
}
void BrowserWindowGtk::UserChangedTheme() {
« no previous file with comments | « chrome/browser/ui/gtk/browser_window_gtk.h ('k') | chrome/browser/ui/panels/panel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698