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

Side by Side Diff: chrome/browser/resources/settings/android_apps_page/android_apps_subpage.html

Issue 2842303004: MD Settings: update dialogs to focus without ink when using mouse (Closed)
Patch Set: merge Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html">
1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> 2 <link rel="import" href="chrome://resources/html/i18n_behavior.html">
2 <link rel="import" href="chrome://resources/html/polymer.html"> 3 <link rel="import" href="chrome://resources/html/polymer.html">
3 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html"> 4 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-butt on.html">
4 <link rel="import" href="android_apps_browser_proxy.html"> 5 <link rel="import" href="android_apps_browser_proxy.html">
5 <link rel="import" href="../i18n_setup.html"> 6 <link rel="import" href="../i18n_setup.html">
6 <link rel="import" href="../prefs/prefs_behavior.html"> 7 <link rel="import" href="../prefs/prefs_behavior.html">
7 <link rel="import" href="../settings_shared_css.html"> 8 <link rel="import" href="../settings_shared_css.html">
8 9
9 <dom-module id="settings-android-apps-subpage"> 10 <dom-module id="settings-android-apps-subpage">
10 <template> 11 <template>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <paper-button class="action-button" 45 <paper-button class="action-button"
45 on-tap="onConfirmDisableDialogConfirm_"> 46 on-tap="onConfirmDisableDialogConfirm_">
46 $i18n{androidAppsDisableDialogRemove} 47 $i18n{androidAppsDisableDialogRemove}
47 </paper-button> 48 </paper-button>
48 </div> 49 </div>
49 </dialog> 50 </dialog>
50 51
51 </template> 52 </template>
52 <script src="android_apps_subpage.js"></script> 53 <script src="android_apps_subpage.js"></script>
53 </dom-module> 54 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698