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

Unified Diff: chrome/browser/browser.h

Issue 384105: Mac: Animate the bookmark bar showing/hiding. (Closed)
Patch Set: Comments added per rohitrao's review. Created 11 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 | « chrome/app/nibs/BookmarkBar.xib ('k') | chrome/browser/cocoa/animatable_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index a587aff817cbbb2574e5574968ed386b8cd59f3c..243b464e70a9a66c6dd20923c960410ebfb24e73 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -712,10 +712,10 @@ class Browser : public TabStripModelDelegate,
NotificationRegistrar registrar_;
// This Browser's type.
- Type type_;
+ const Type type_;
// This Browser's profile.
- Profile* profile_;
+ Profile* const profile_;
// This Browser's window.
BrowserWindow* window_;
« no previous file with comments | « chrome/app/nibs/BookmarkBar.xib ('k') | chrome/browser/cocoa/animatable_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698