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

Unified Diff: chrome/browser/android/vr_shell/toolbar_state.h

Issue 2965043003: ToolbarModel: Supply offline page status. (Closed)
Patch Set: And, ios-simulator. Created 3 years, 5 months 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/browser/android/vr_shell/toolbar_helper.cc ('k') | chrome/browser/android/vr_shell/toolbar_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/android/vr_shell/toolbar_helper.cc ('k') | chrome/browser/android/vr_shell/toolbar_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698