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

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

Issue 2874783002: Move kLockIcon into ui/vector_icons. (Closed)
Patch Set: Add a dependency. Created 3 years, 7 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/app/vector_icons/lock.icon ('k') | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('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.cc
diff --git a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
index e1ca6cdded8dd237445e47b9de6caa59807acfd6..160e26d593c665e0f198eeb0503104b1b05c84b3 100644
--- a/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
+++ b/chrome/browser/android/vr_shell/textures/url_bar_texture.cc
@@ -47,9 +47,7 @@ const struct gfx::VectorIcon& getSecurityIcon(int level) {
return ui::kInfoOutlineIcon;
case SecurityLevel::SECURE:
case SecurityLevel::EV_SECURE:
- // TODO(cjgrant): Use the lock icon when available.
- // return ui::kLockIcon;
- return ui::kInfoOutlineIcon;
+ return ui::kLockIcon;
case SecurityLevel::SECURE_WITH_POLICY_INSTALLED_CERT:
case SecurityLevel::DANGEROUS:
default:
« no previous file with comments | « chrome/app/vector_icons/lock.icon ('k') | chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698