Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(66)

Side by Side Diff: ui/file_manager/file_manager/main.html

Issue 530553006: Remove "Move window to..." from gear menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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>
OLDNEW
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698