| OLD | NEW |
| 1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
| 2 <!-- | 2 <!-- |
| 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 4 -- Use of this source code is governed by a BSD-style license that can be | 4 -- Use of this source code is governed by a BSD-style license that can be |
| 5 -- found in the LICENSE file. | 5 -- found in the LICENSE file. |
| 6 --> | 6 --> |
| 7 <html i18n-values="dir:textdirection;"> | 7 <html i18n-values="dir:textdirection;"> |
| 8 <head> | 8 <head> |
| 9 <!-- We have to set some default title, or chrome will use the page name. | 9 <!-- We have to set some default title, or chrome will use the page name. |
| 10 -- As soon as we init and change to a directory, we'll show the directory | 10 -- As soon as we init and change to a directory, we'll show the directory |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 <menuitem command="#remove-folder-shortcut"></menuitem> | 234 <menuitem command="#remove-folder-shortcut"></menuitem> |
| 235 </menu> | 235 </menu> |
| 236 | 236 |
| 237 <menu id="directory-tree-context-menu" class="chrome-menu" > | 237 <menu id="directory-tree-context-menu" class="chrome-menu" > |
| 238 <menuitem command="#create-folder-shortcut"></menuitem> | 238 <menuitem command="#create-folder-shortcut"></menuitem> |
| 239 </menu> | 239 </menu> |
| 240 | 240 |
| 241 <menu id="gear-menu" class="chrome-menu" showShortcuts> | 241 <menu id="gear-menu" class="chrome-menu" showShortcuts> |
| 242 <menuitem id="gear-menu-newwindow" command="#new-window"></menuitem> | 242 <menuitem id="gear-menu-newwindow" command="#new-window"></menuitem> |
| 243 <menuitem id="gear-menu-newfolder" command="#new-folder"></menuitem> | 243 <menuitem id="gear-menu-newfolder" command="#new-folder"></menuitem> |
| 244 <hr id="multi-profile-separator"> | |
| 245 <hr id="drive-separator"> | 244 <hr id="drive-separator"> |
| 246 <menuitem id="gear-menu-drive-sync-settings" | 245 <menuitem id="gear-menu-drive-sync-settings" |
| 247 command="#drive-sync-settings"></menuitem> | 246 command="#drive-sync-settings"></menuitem> |
| 248 <menuitem id="gear-menu-drive-hosted-settings" | 247 <menuitem id="gear-menu-drive-hosted-settings" |
| 249 command="#drive-hosted-settings"></menuitem> | 248 command="#drive-hosted-settings"></menuitem> |
| 250 <hr id="help-separator"> | 249 <hr id="help-separator"> |
| 251 <menuitem id="gear-menu-drive-buy-more-space" | 250 <menuitem id="gear-menu-drive-buy-more-space" |
| 252 command="#drive-buy-more-space"></menuitem> | 251 command="#drive-buy-more-space"></menuitem> |
| 253 <menuitem id="gear-menu-drive-go-to-drive" | 252 <menuitem id="gear-menu-drive-go-to-drive" |
| 254 command="#drive-go-to-drive"></menuitem> | 253 command="#drive-go-to-drive"></menuitem> |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 <div class="right buttonbar"> | 403 <div class="right buttonbar"> |
| 405 <select class="file-type" hidden></select> | 404 <select class="file-type" hidden></select> |
| 406 <button class="ok" disabled tabindex="2"></button> | 405 <button class="ok" disabled tabindex="2"></button> |
| 407 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> | 406 <button class="cancel" i18n-content="CANCEL_LABEL" tabindex="3"></button
> |
| 408 </div> | 407 </div> |
| 409 </div> | 408 </div> |
| 410 <div id="drag-container"></div> | 409 <div id="drag-container"></div> |
| 411 <iframe id="command-dispatcher" hidden></iframe> | 410 <iframe id="command-dispatcher" hidden></iframe> |
| 412 </body> | 411 </body> |
| 413 </html> | 412 </html> |
| OLD | NEW |