OLD | NEW |
| 1 <link rel="import" href="chrome://resources/html/assert.html"> |
| 2 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.html"> |
1 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> | 3 <link rel="import" href="chrome://resources/html/i18n_behavior.html"> |
2 <link rel="import" href="chrome://resources/html/polymer.html"> | 4 <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"> | 5 <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"> | 6 <link rel="import" href="android_apps_browser_proxy.html"> |
5 <link rel="import" href="../i18n_setup.html"> | 7 <link rel="import" href="../i18n_setup.html"> |
6 <link rel="import" href="../prefs/prefs_behavior.html"> | 8 <link rel="import" href="../prefs/prefs_behavior.html"> |
7 <link rel="import" href="../settings_shared_css.html"> | 9 <link rel="import" href="../settings_shared_css.html"> |
8 | 10 |
9 <dom-module id="settings-android-apps-subpage"> | 11 <dom-module id="settings-android-apps-subpage"> |
10 <template> | 12 <template> |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 <paper-button class="action-button" | 46 <paper-button class="action-button" |
45 on-tap="onConfirmDisableDialogConfirm_"> | 47 on-tap="onConfirmDisableDialogConfirm_"> |
46 $i18n{androidAppsDisableDialogRemove} | 48 $i18n{androidAppsDisableDialogRemove} |
47 </paper-button> | 49 </paper-button> |
48 </div> | 50 </div> |
49 </dialog> | 51 </dialog> |
50 | 52 |
51 </template> | 53 </template> |
52 <script src="android_apps_subpage.js"></script> | 54 <script src="android_apps_subpage.js"></script> |
53 </dom-module> | 55 </dom-module> |
OLD | NEW |