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

Unified Diff: chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc

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 | « no previous file | chrome/browser/android/vr_shell/toolbar_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc
diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc b/chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc
index 452a5920256c97c84b9d29ba5ad56ac1ed6ba8a1..4e875b1b2cec19a9624c56a7539084ce6cd95c0a 100644
--- a/chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc
+++ b/chrome/browser/android/vr_shell/textures/url_bar_texture_unittest.cc
@@ -48,7 +48,7 @@ class TestUrlBarTexture : public UrlBarTexture {
unsupported_mode_ = UiUnsupportedMode::kCount;
ToolbarState state(gurl, SecurityLevel::HTTP_SHOW_WARNING,
&toolbar::kHttpsInvalidIcon,
- base::UTF8ToUTF16("Not secure"), true);
+ base::UTF8ToUTF16("Not secure"), true, false);
ASSERT_TRUE(state.should_display_url);
SetToolbarState(state);
sk_sp<SkSurface> surface = SkSurface::MakeRasterN32Premul(
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/toolbar_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698