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

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

Issue 2811573004: MD Settings: Restore focus when exiting various subpages, part 2. (Closed)
Patch Set: Device page Created 3 years, 8 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/settings/device_page/device_page.html
diff --git a/chrome/browser/resources/settings/device_page/device_page.html b/chrome/browser/resources/settings/device_page/device_page.html
index 1ba155644973c1963185dfa276dbbe3e1ecfef02..8a1f5b552a9bcd5dedc78a385648f77f16912658 100644
--- a/chrome/browser/resources/settings/device_page/device_page.html
+++ b/chrome/browser/resources/settings/device_page/device_page.html
@@ -19,7 +19,8 @@
<dom-module id="settings-device-page">
<template>
<style include="settings-shared"></style>
- <settings-animated-pages id="pages" section="device">
+ <settings-animated-pages id="pages" section="device"
+ focus-config="[[focusConfig_]]">
<neon-animatable id="main" route-path="default">
<div id="pointersRow" class="settings-box first"
on-tap="onPointersTap_" actionable>

Powered by Google App Engine
This is Rietveld 408576698