| Index: chrome/browser/android/vr_shell/toolbar_state.h
|
| diff --git a/chrome/browser/android/vr_shell/toolbar_state.h b/chrome/browser/android/vr_shell/toolbar_state.h
|
| index a39de5f66a28a9fcee2c2e17993d4419949212e1..0a1eb78be10842b4b040e72a618ab9ed07b9703d 100644
|
| --- a/chrome/browser/android/vr_shell/toolbar_state.h
|
| +++ b/chrome/browser/android/vr_shell/toolbar_state.h
|
| @@ -22,7 +22,9 @@ struct ToolbarState {
|
| security_state::SecurityLevel level,
|
| const gfx::VectorIcon* icon,
|
| base::string16 verbose_text,
|
| - bool display_url);
|
| + bool display_url,
|
| + bool offline);
|
| + ToolbarState(const ToolbarState& other);
|
|
|
| bool operator==(const ToolbarState& other) const;
|
| bool operator!=(const ToolbarState& other) const;
|
| @@ -32,6 +34,7 @@ struct ToolbarState {
|
| const gfx::VectorIcon* vector_icon;
|
| base::string16 secure_verbose_text;
|
| bool should_display_url;
|
| + bool offline_page;
|
| };
|
|
|
| } // namespace vr_shell
|
|
|