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

Unified Diff: chrome/browser/resources/settings/appearance_page/appearance_page.html

Issue 2403623002: Skip over the URL input when the NTP is used for the Home Button. (Closed)
Patch Set: put quotes and rebase Created 4 years, 2 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 | chrome/browser/resources/settings/controls/settings_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/appearance_page/appearance_page.html
diff --git a/chrome/browser/resources/settings/appearance_page/appearance_page.html b/chrome/browser/resources/settings/appearance_page/appearance_page.html
index 54e94194c18683aa4b0b032d18f61ac1fe78ffa2..e854d240842c14bd86e9653be8f9e50233e1b1ec 100644
--- a/chrome/browser/resources/settings/appearance_page/appearance_page.html
+++ b/chrome/browser/resources/settings/appearance_page/appearance_page.html
@@ -83,6 +83,7 @@
managed. -->
<settings-input no-label-float pref="{{prefs.homepage}}"
label="$i18n{exampleDotCom}"
+ can-tab="[[!prefs.homepage_is_newtabpage.value]]"
stop-keyboard-event-propagation>
</settings-input>
</controlled-radio-button>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/controls/settings_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698