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

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

Issue 12255024: Re-enable photo importer in Files.app. (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
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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 <command id="newfolder" i18n-values="label:NEW_FOLDER_BUTTON_LABEL" 117 <command id="newfolder" i18n-values="label:NEW_FOLDER_BUTTON_LABEL"
118 shortcut="U+0045-Ctrl"></command> 118 shortcut="U+0045-Ctrl"></command>
119 119
120 <command id="search" shortcut="U+0046-Ctrl"></command> 120 <command id="search" shortcut="U+0046-Ctrl"></command>
121 121
122 <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL" 122 <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL"
123 ></command> 123 ></command>
124 <command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL" 124 <command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL"
125 ></command> 125 ></command>
126 <command id="import-photos" i18n-values="label:PHOTO_IMPORT_TITLE" 126 <command id="import-photos" i18n-values="label:PHOTO_IMPORT_TITLE"
127 hidden></command> 127 ></command>
128 128
129 <command id="volume-help" i18n-values="label:DRIVE_MENU_HELP" 129 <command id="volume-help" i18n-values="label:DRIVE_MENU_HELP"
130 ></command> 130 ></command>
131 <command id="drive-buy-more-space" 131 <command id="drive-buy-more-space"
132 i18n-values="label:DRIVE_BUY_MORE_SPACE" 132 i18n-values="label:DRIVE_BUY_MORE_SPACE"
133 ></command> 133 ></command>
134 <command id="drive-clear-local-cache" 134 <command id="drive-clear-local-cache"
135 i18n-values="label:DRIVE_CLEAR_LOCAL_CACHE"></command> 135 i18n-values="label:DRIVE_CLEAR_LOCAL_CACHE"></command>
136 <command id="drive-reload" 136 <command id="drive-reload"
137 i18n-values="label:DRIVE_RELOAD"></command> 137 i18n-values="label:DRIVE_RELOAD"></command>
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 <div class="progress-track"></div> 302 <div class="progress-track"></div>
303 </div> 303 </div>
304 </div> 304 </div>
305 <div class="actions" hidden></div> 305 <div class="actions" hidden></div>
306 </div> 306 </div>
307 </div> 307 </div>
308 <div id="drag-container"></div> 308 <div id="drag-container"></div>
309 <iframe id="command-dispatcher" hidden></iframe> 309 <iframe id="command-dispatcher" hidden></iframe>
310 </body> 310 </body>
311 </html> 311 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698