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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/banners.js

Issue 1010213006: [Files.app] Add a test to check tabfocus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test failure Created 5 years, 9 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: ui/file_manager/file_manager/foreground/js/ui/banners.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/banners.js b/ui/file_manager/file_manager/foreground/js/ui/banners.js
index ac15bee5757368f6abc2d994681f20801b4d18fc..963d23ff9398a6972c203933bbfbfcd559398028 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/banners.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/banners.js
@@ -196,6 +196,7 @@ Banners.prototype.prepareAndShowWelcomeBanner_ = function(type, messageId) {
more.href = str('GOOGLE_DRIVE_OVERVIEW_URL');
}
more.tabIndex = '19'; // See: go/filesapp-tabindex.
+ more.id = 'drive-welcome-link';
more.target = '_blank';
var dismiss;

Powered by Google App Engine
This is Rietveld 408576698