| Index: chrome/browser/ui/views/toolbar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/toolbar_view.h (revision 162977)
|
| +++ chrome/browser/ui/views/toolbar_view.h (working copy)
|
| @@ -238,6 +238,9 @@
|
| // Controls whether or not a home button should be shown on the toolbar.
|
| BooleanPrefMember show_home_button_;
|
|
|
| + // A pref that counts how often the bubble has been shown.
|
| + IntegerPrefMember sideload_wipeout_bubble_shown_;
|
| +
|
| // The display mode used when laying out the toolbar.
|
| DisplayMode display_mode_;
|
|
|
|
|