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

Unified Diff: ui/login/account_picker/user_pod_row.js

Issue 2687403002: cros: Moved smart lock tooltip to the left side of the pod. (Closed)
Patch Set: Created 3 years, 10 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: ui/login/account_picker/user_pod_row.js
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js
index 24e6885eabb0f0f0214a67b24a70892398e3ebcc..205aaac0ff4bff04f04e842bb37c5d82d67a61ff 100644
--- a/ui/login/account_picker/user_pod_row.js
+++ b/ui/login/account_picker/user_pod_row.js
@@ -677,7 +677,7 @@ cr.define('login', function() {
// instead of showing the tooltip bubble here (crbug.com/409427).
/** @const */ var BUBBLE_PADDING = 8 + (this.iconId_ ? 0 : 23);
$('bubble').showContentForElement(this,
- cr.ui.Bubble.Attachment.RIGHT,
+ cr.ui.Bubble.Attachment.LEFT,
bubbleContent,
BUBBLE_OFFSET,
BUBBLE_PADDING);
« 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