diff options
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r-- | chrome/browser/ui/browser.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index ec797fc..9822e2b 100644 --- a/chrome/browser/ui/browser.h +++ b/chrome/browser/ui/browser.h @@ -525,6 +525,9 @@ class Browser : public TabStripModelObserver, // Change is the result of window toggling in/out of fullscreen mode. BOOKMARK_BAR_STATE_CHANGE_TOGGLE_FULLSCREEN, + + // Change is the result of a state change in the instant preview. + BOOKMARK_BAR_STATE_CHANGE_INSTANT_PREVIEW_STATE, }; // Overridden from content::WebContentsDelegate: |