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

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

Issue 8607002: gtk: Move DownloadShelfGtk data member to private section of BrowserWindowGtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/browser_window_gtk.h
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
index 7cff44ac4bcf27b852926a60bbb2d90cb81e85b4..a71134fb9951c8d2f97c21bd70dcb301fb7d901a 100644
--- a/chrome/browser/ui/gtk/browser_window_gtk.h
+++ b/chrome/browser/ui/gtk/browser_window_gtk.h
@@ -292,9 +292,6 @@ class BrowserWindowGtk : public BrowserWindow,
scoped_ptr<Browser> browser_;
- // The download shelf view (view at the bottom of the page).
- scoped_ptr<DownloadShelfGtk> download_shelf_;
-
private:
// Show or hide the bookmark bar.
void MaybeShowBookmarkBar(bool animate);
@@ -457,6 +454,9 @@ class BrowserWindowGtk : public BrowserWindow,
// bookmark bar is not supported.
scoped_ptr<BookmarkBarGtk> bookmark_bar_;
+ // The download shelf view (view at the bottom of the page).
+ scoped_ptr<DownloadShelfGtk> download_shelf_;
+
// The status bubble manager. Always non-NULL.
scoped_ptr<StatusBubbleGtk> status_bubble_;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698