| Index: chrome/browser/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.h (revision 10292)
|
| +++ chrome/browser/views/frame/browser_view.h (working copy)
|
| @@ -263,6 +263,8 @@
|
| }
|
| #endif
|
|
|
| + bool is_removing_bookmark_bar() const { return is_removing_bookmark_bar_; }
|
| +
|
| protected:
|
| // Overridden from views::View:
|
| virtual void Layout();
|
| @@ -461,6 +463,9 @@
|
| bool personalization_enabled_;
|
| #endif
|
|
|
| + // For debugging 7857.
|
| + bool is_removing_bookmark_bar_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BrowserView);
|
| };
|
|
|
|
|