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

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

Issue 11824061: Disable photo importer in the Files app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « chrome/browser/chromeos/extensions/file_browser_event_router.cc ('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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 <command id="newfolder" i18n-values="label:NEW_FOLDER_BUTTON_LABEL" 114 <command id="newfolder" i18n-values="label:NEW_FOLDER_BUTTON_LABEL"
115 shortcut="U+0045-Ctrl"></command> 115 shortcut="U+0045-Ctrl"></command>
116 116
117 <command id="search" shortcut="U+0046-Ctrl"></command> 117 <command id="search" shortcut="U+0046-Ctrl"></command>
118 118
119 <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL" 119 <command id="unmount" i18n-values="label:UNMOUNT_DEVICE_BUTTON_LABEL"
120 ></command> 120 ></command>
121 <command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL" 121 <command id="format" i18n-values="label:FORMAT_DEVICE_BUTTON_LABEL"
122 ></command> 122 ></command>
123 <command id="import-photos" i18n-values="label:PHOTO_IMPORT_TITLE" 123 <command id="import-photos" i18n-values="label:PHOTO_IMPORT_TITLE"
124 ></command> 124 hidden></command>
125 125
126 <command id="gdata-buy-more-space" 126 <command id="gdata-buy-more-space"
127 i18n-values="label:DRIVE_BUY_MORE_SPACE" 127 i18n-values="label:DRIVE_BUY_MORE_SPACE"
128 ></command> 128 ></command>
129 <command id="gdata-help" i18n-values="label:DRIVE_MENU_HELP" 129 <command id="gdata-help" i18n-values="label:DRIVE_MENU_HELP"
130 ></command> 130 ></command>
131 <command id="gdata-clear-local-cache" 131 <command id="gdata-clear-local-cache"
132 i18n-values="label:DRIVE_CLEAR_LOCAL_CACHE"></command> 132 i18n-values="label:DRIVE_CLEAR_LOCAL_CACHE"></command>
133 <command id="gdata-reload" 133 <command id="gdata-reload"
134 i18n-values="label:DRIVE_RELOAD"></command> 134 i18n-values="label:DRIVE_RELOAD"></command>
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 <div class="progress-track"></div> 300 <div class="progress-track"></div>
301 </div> 301 </div>
302 </div> 302 </div>
303 <div class="actions" hidden></div> 303 <div class="actions" hidden></div>
304 </div> 304 </div>
305 </div> 305 </div>
306 <div id="drag-image-container"></div> 306 <div id="drag-image-container"></div>
307 <iframe id="command-dispatcher" hidden></iframe> 307 <iframe id="command-dispatcher" hidden></iframe>
308 </body> 308 </body>
309 </html> 309 </html>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_event_router.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698