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

Unified Diff: chrome/browser/ui/panels/panel.cc

Issue 7604032: Showing Task manager on the foreground window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: chrome/browser/ui/panels/panel.cc
diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
index 093441155e38948442ece0fa7b4b547849626519..ca564d6197fb5ab5c346c46623620eb9e0f8132a 100644
--- a/chrome/browser/ui/panels/panel.cc
+++ b/chrome/browser/ui/panels/panel.cc
@@ -311,9 +311,10 @@ void Panel::ConfirmBrowserCloseWithPendingDownloads() {
NOTIMPLEMENTED();
}
-void Panel::ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
+gfx::NativeWindow Panel::ShowHTMLDialog(HtmlDialogUIDelegate* delegate,
gfx::NativeWindow parent_window) {
prasadt 2011/08/11 17:30:37 Fix indenting.
yoshiki 2011/08/16 02:13:30 Done.
NOTIMPLEMENTED();
+ return NULL;
}
void Panel::UserChangedTheme() {

Powered by Google App Engine
This is Rietveld 408576698