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

Unified Diff: chrome/browser/resources/settings/android_apps_page/android_apps_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/android_apps_page/android_apps_page.html
diff --git a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
index f3264d6bc70b65ce10ef5f310b3065c1240ac389..a072c1e63c3b041dcd8921f85419a872cc780e4a 100644
--- a/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
+++ b/chrome/browser/resources/settings/android_apps_page/android_apps_page.html
@@ -16,7 +16,8 @@
<template>
<style include="settings-shared"></style>
- <settings-animated-pages id="pages" section="androidApps">
+ <settings-animated-pages id="pages" section="androidApps"
+ focus-config="[[focusConfig_]]">
<neon-animatable route-path="default">
<div id="android-apps" class="settings-box two-line first" actionable
on-tap="onSubpageTap_">

Powered by Google App Engine
This is Rietveld 408576698