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

Unified Diff: chrome/browser/ui/browser_window.h

Issue 12712018: Fixing problem with incomplete browser windows showing up after task manager was used (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored the ShowTaskManager function is requested Created 7 years, 9 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/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 65e4802dad959081a22733eef51010fa5841b464..534fd0da21aeb03136a4f64b1202403f397adca9 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -204,12 +204,6 @@ class BrowserWindow : public BaseWindow {
// Shows the Update Recommended dialog box.
virtual void ShowUpdateChromeDialog() = 0;
- // Shows the Task manager.
- virtual void ShowTaskManager() = 0;
-
- // Shows task information related to background pages.
- virtual void ShowBackgroundPages() = 0;
-
// Shows the Bookmark bubble. |url| is the URL being bookmarked,
// |already_bookmarked| is true if the url is already bookmarked.
virtual void ShowBookmarkBubble(const GURL& url, bool already_bookmarked) = 0;

Powered by Google App Engine
This is Rietveld 408576698