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

Unified Diff: chrome/browser/browser.h

Issue 115740: Move download shelf from per-tab to per-window (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
===================================================================
--- chrome/browser/browser.h (revision 17483)
+++ chrome/browser/browser.h (working copy)
@@ -381,6 +381,9 @@
void OpenAboutChromeDialog();
void OpenHelpTab();
+ virtual void OnStartDownload(DownloadItem* download);
+ virtual void UpdateDownloadShelfVisibility(bool visible);
+
/////////////////////////////////////////////////////////////////////////////
static void RegisterPrefs(PrefService* prefs);
@@ -481,7 +484,6 @@
// is the mouse leaving the view.
virtual void ContentsMouseEvent(TabContents* source, bool motion);
virtual void UpdateTargetURL(TabContents* source, const GURL& url);
- virtual void UpdateDownloadShelfVisibility(bool visible);
virtual void ContentsZoomChange(bool zoom_in);
virtual bool IsApplication() const;
« no previous file with comments | « chrome/browser/automation/automation_provider.cc ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698