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

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.html

Issue 10850036: [cros] Add attribution (author & website) strings to stock user images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 4 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
Index: chrome/browser/resources/options2/chromeos/change_picture_options.html
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.html b/chrome/browser/resources/options2/chromeos/change_picture_options.html
index 55e71ffa34b5b0ca02ad0e1ee76f8542d996e9ec..0bfa12c8bd8f85ee9a699b10409af3ef6f96275b 100644
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.html
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.html
@@ -18,6 +18,11 @@
<button id="discard-photo"></button>
<button id="take-photo"></button>
</div>
+ <div id="user-image-attribution">
+ <span i18n-content="authorCredit"></span>
+ <strong id="user-image-author-name"></strong>
+ <a id="user-image-author-website" target="_blank"></a>
+ </div>
</div>
<div class="action-area">
<div class="button-strip">

Powered by Google App Engine
This is Rietveld 408576698