| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |