| 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/assert.html"> |
| 3 <link rel="import" href="chrome://resources/html/cr/ui/focus_without_ink.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/html/web_ui_listener_behavior.html"> | 5 <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"> | 6 <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"> | 7 <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"> | 8 <link rel="import" href="drive_cache_dialog.html"> |
| 7 <link rel="import" href="../prefs/prefs.html"> | 9 <link rel="import" href="../prefs/prefs.html"> |
| 8 <link rel="import" href="../route.html"> | 10 <link rel="import" href="../route.html"> |
| 9 <link rel="import" href="../settings_shared_css.html"> | 11 <link rel="import" href="../settings_shared_css.html"> |
| 10 | 12 |
| 11 <dom-module id="settings-storage"> | 13 <dom-module id="settings-storage"> |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 aria-describedby="otherUsersSize"></button> | 258 aria-describedby="otherUsersSize"></button> |
| 257 </div> | 259 </div> |
| 258 </template> | 260 </template> |
| 259 | 261 |
| 260 <settings-drive-cache-dialog id="storageDriveCache" | 262 <settings-drive-cache-dialog id="storageDriveCache" |
| 261 on-close="onCloseDriveCacheDialog_"> | 263 on-close="onCloseDriveCacheDialog_"> |
| 262 </settings-drive-cache-dialog> | 264 </settings-drive-cache-dialog> |
| 263 </template> | 265 </template> |
| 264 <script src="storage.js"></script> | 266 <script src="storage.js"></script> |
| 265 </dom-module> | 267 </dom-module> |
| OLD | NEW |