| OLD | NEW |
| 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> | 1 <link rel="import" href="chrome://resources/cr_elements/icons.html"> |
| 2 <link rel="import" href="chrome://resources/html/polymer.html"> | 2 <link rel="import" href="chrome://resources/html/polymer.html"> |
| 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> | 3 <link rel="import" href="chrome://resources/html/web_ui_listener_behavior.html"> |
| 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> | 4 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.htm
l"> |
| 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> | 5 <link rel="import" href="chrome://resources/polymer/v1_0/paper-icon-button/paper
-icon-button-light.html"> |
| 6 <link rel="import" href="drive_cache_dialog.html"> | 6 <link rel="import" href="drive_cache_dialog.html"> |
| 7 <link rel="import" href="../prefs/prefs.html"> | 7 <link rel="import" href="../prefs/prefs.html"> |
| 8 <link rel="import" href="../route.html"> | 8 <link rel="import" href="../route.html"> |
| 9 <link rel="import" href="../settings_shared_css.html"> | 9 <link rel="import" href="../settings_shared_css.html"> |
| 10 | 10 |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 <div id="otherUsersSize" class="secondary"> | 250 <div id="otherUsersSize" class="secondary"> |
| 251 $i18n{storageSizeComputing} | 251 $i18n{storageSizeComputing} |
| 252 </div> | 252 </div> |
| 253 </div> | 253 </div> |
| 254 <button class="subpage-arrow" is="paper-icon-button-light" | 254 <button class="subpage-arrow" is="paper-icon-button-light" |
| 255 aria-label="$i18n{storageItemOtherUsers}" | 255 aria-label="$i18n{storageItemOtherUsers}" |
| 256 aria-describedby="otherUsersSize"></button> | 256 aria-describedby="otherUsersSize"></button> |
| 257 </div> | 257 </div> |
| 258 </template> | 258 </template> |
| 259 | 259 |
| 260 <settings-drive-cache-dialog id="storageDriveCache"> | 260 <settings-drive-cache-dialog id="storageDriveCache" |
| 261 on-close="onCloseDriveCacheDialog_"> |
| 261 </settings-drive-cache-dialog> | 262 </settings-drive-cache-dialog> |
| 262 </template> | 263 </template> |
| 263 <script src="storage.js"></script> | 264 <script src="storage.js"></script> |
| 264 </dom-module> | 265 </dom-module> |
| OLD | NEW |