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

Unified Diff: chrome/browser/chromeos/options/network_config_view.cc

Issue 1227223004: Switch controlled settings indicators to inlined SVGs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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/app/theme/theme_resources.grd ('k') | chrome/browser/extensions/extension_context_menu_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/network_config_view.cc
diff --git a/chrome/browser/chromeos/options/network_config_view.cc b/chrome/browser/chromeos/options/network_config_view.cc
index 4c2de1fdbd8266656fb716abe65d22dd274bddfe..a5587f4a0ed6fd32f1c4f4b4425422fa2d2b0c5b 100644
--- a/chrome/browser/chromeos/options/network_config_view.cc
+++ b/chrome/browser/chromeos/options/network_config_view.cc
@@ -349,8 +349,9 @@ void ControlledSettingIndicatorView::Layout() {
}
void ControlledSettingIndicatorView::Init() {
- image_ = ResourceBundle::GetSharedInstance().GetImageNamed(
- IDR_CONTROLLED_SETTING_MANDATORY).ToImageSkia();
+ image_ = ResourceBundle::GetSharedInstance()
+ .GetImageNamed(IDR_OMNIBOX_HTTPS_POLICY_WARNING)
+ .ToImageSkia();
image_view_ = new views::ImageView();
// Disable |image_view_| so mouse events propagate to the parent.
image_view_->SetEnabled(false);
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/extensions/extension_context_menu_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698