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

Unified Diff: chrome/browser/resources/options2/sync_section.html

Issue 10834058: [cros] Remove initial 'src' from user picture preview in options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/sync_section.html
diff --git a/chrome/browser/resources/options2/sync_section.html b/chrome/browser/resources/options2/sync_section.html
index f78b40c618884c4176a8dea4cece39c2aac14d90..4f7c980daa9b03f76522e78e4b70da44e1350a72 100644
--- a/chrome/browser/resources/options2/sync_section.html
+++ b/chrome/browser/resources/options2/sync_section.html
@@ -14,8 +14,7 @@
<if expr="pp_ifdef('chromeos')">
<div id="account-picture-wrapper">
- <img id="account-picture"
- src="chrome://theme/IDR_PROFILE_PICTURE_LOADING">
+ <img id="account-picture">
<div id="change-picture-caption" i18n-content="changePicture"></div>
</div>
<div id="sync-general">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698