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

Side by Side Diff: chrome/browser/resources/file_manager/main.html

Issue 12211124: Adds the new folder menu item to the gear button menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 visibleif="saveas-file full-page"></menuitem> 167 visibleif="saveas-file full-page"></menuitem>
168 </menu> 168 </menu>
169 <menu id="roots-context-menu" class="chrome-menu" > 169 <menu id="roots-context-menu" class="chrome-menu" >
170 <menuitem command="#import-photos"></menuitem> 170 <menuitem command="#import-photos"></menuitem>
171 <menuitem command="#unmount"></menuitem> 171 <menuitem command="#unmount"></menuitem>
172 <menuitem command="#format"></menuitem> 172 <menuitem command="#format"></menuitem>
173 <hr> 173 <hr>
174 <menuitem command="#files-app-help"></menuitem> 174 <menuitem command="#files-app-help"></menuitem>
175 </menu> 175 </menu>
176 176
177 <menu id="gear-menu" class="chrome-menu"> 177 <menu id="gear-menu" class="chrome-menu" showShortcuts>
178 <menuitem command="#newfolder"></menuitem>
179 <hr>
178 <menuitem id="drive-sync-settings" 180 <menuitem id="drive-sync-settings"
179 i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem> 181 i18n-content=DRIVE_MOBILE_CONNECTION_OPTION></menuitem>
180 <menuitem id="drive-hosted-settings" 182 <menuitem id="drive-hosted-settings"
181 i18n-content=DRIVE_SHOW_HOSTED_FILES_OPTION></menuitem> 183 i18n-content=DRIVE_SHOW_HOSTED_FILES_OPTION></menuitem>
182 <hr required_attr="ctrl-pressing" required_drive> 184 <hr required_attr="ctrl-pressing" required_drive>
183 <menuitem required_attr="ctrl-pressing" required_drive 185 <menuitem required_attr="ctrl-pressing" required_drive
184 command="#drive-clear-local-cache"></menuitem> 186 command="#drive-clear-local-cache"></menuitem>
185 <menuitem required_attr="ctrl-pressing" required_drive 187 <menuitem required_attr="ctrl-pressing" required_drive
186 command="#drive-reload"></menuitem> 188 command="#drive-reload"></menuitem>
187 <hr required_drive> 189 <hr required_drive>
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 <div class="progress-track"></div> 316 <div class="progress-track"></div>
315 </div> 317 </div>
316 </div> 318 </div>
317 <div class="actions" hidden></div> 319 <div class="actions" hidden></div>
318 </div> 320 </div>
319 </div> 321 </div>
320 <div id="drag-container"></div> 322 <div id="drag-container"></div>
321 <iframe id="command-dispatcher" hidden></iframe> 323 <iframe id="command-dispatcher" hidden></iframe>
322 </body> 324 </body>
323 </html> 325 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698