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

Unified Diff: chrome/browser/resources/file_manager/action_choice.html

Issue 10918271: [filemanager] Improved action choices for a mounted drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/file_manager/action_choice.html
===================================================================
--- chrome/browser/resources/file_manager/action_choice.html (revision 157111)
+++ chrome/browser/resources/file_manager/action_choice.html (working copy)
@@ -47,15 +47,20 @@
<div class="choices">
<div>
- <input id="import-photos-to-drive" type="radio" name="action" checked>
+ <input id="view-files" type="radio" name="action" checked>
+ <label for="view-files"
+ i18n-content="ACTION_CHOICE_VIEW_FILES"></label>
+ </div>
+
+ <div>
+ <input id="import-photos-to-drive" type="radio" name="action">
<label for="import-photos-to-drive"
i18n-content="ACTION_CHOICE_PHOTOS_DRIVE"></label>
</div>
<div>
- <input id="view-files" type="radio" name="action">
- <label for="view-files"
- i18n-content="ACTION_CHOICE_VIEW_FILES"></label>
+ <input id="watch-single-video" type="radio" name="action">
+ <label for="watch-single-video"></label>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698