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

Side by Side Diff: chrome/browser/resources/options/chromeos/storage_manager.html

Issue 2168583002: Storage manager: Show accounts panel from "Other users" link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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 | « no previous file | chrome/browser/resources/options/chromeos/storage_manager.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div id="storageManagerPage" class="page" hidden> 1 <div id="storageManagerPage" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="storageManagerPage"></h1> 3 <h1 i18n-content="storageManagerPage"></h1>
4 4
5 <div id="storage-manager-message-low-space" 5 <div id="storage-manager-message-low-space"
6 class="storage-manager-message-area"> 6 class="storage-manager-message-area">
7 <div class="storage-manager-message-title"> 7 <div class="storage-manager-message-title">
8 <img src="space_low.svg"></img> 8 <img src="space_low.svg"></img>
9 <span i18n-content="storageLowMessageTitle"></span> 9 <span i18n-content="storageLowMessageTitle"></span>
10 </div> 10 </div>
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 <div id="storage-manager-item-arc" 63 <div id="storage-manager-item-arc"
64 class="storage-manager-subitem" hidden> 64 class="storage-manager-subitem" hidden>
65 <a is="action-link" 65 <a is="action-link"
66 id="storage-manager-label-arc" 66 id="storage-manager-label-arc"
67 i18n-content="storageSubitemLabelArc"></a> 67 i18n-content="storageSubitemLabelArc"></a>
68 <span id="storage-manager-size-arc" 68 <span id="storage-manager-size-arc"
69 class="storage-manager-item-size" 69 class="storage-manager-item-size"
70 i18n-content="storageSizeCalculating"></span> 70 i18n-content="storageSizeCalculating"></span>
71 </div> 71 </div>
72 <div class="storage-manager-subitem"> 72 <div class="storage-manager-subitem">
73 <a is="action-link" disabled 73 <a is="action-link"
74 id="storage-manager-label-other-users" 74 id="storage-manager-label-other-users"
75 i18n-content="storageSubitemLabelOtherUsers"></a> 75 i18n-content="storageSubitemLabelOtherUsers"></a>
76 <span id="storage-manager-size-other-users" 76 <span id="storage-manager-size-other-users"
77 class="storage-manager-item-size" 77 class="storage-manager-item-size"
78 i18n-content="storageSizeCalculating"></span> 78 i18n-content="storageSizeCalculating"></span>
79 </div> 79 </div>
80 </div> 80 </div>
81 <div id="storage-manager-section-available" class="storage-manager-section"> 81 <div id="storage-manager-section-available" class="storage-manager-section">
82 <div class="storage-manager-item"> 82 <div class="storage-manager-item">
83 <span i18n-content="storageItemLabelAvailable"></span> 83 <span i18n-content="storageItemLabelAvailable"></span>
84 <span id="storage-manager-size-available" 84 <span id="storage-manager-size-available"
85 class="storage-manager-item-size"></span> 85 class="storage-manager-item-size"></span>
86 </div> 86 </div>
87 </div> 87 </div>
88 </div> 88 </div>
89 89
90 <div class="action-area"> 90 <div class="action-area">
91 <div class="button-strip"> 91 <div class="button-strip">
92 <button id="storage-confirm" class="default-button" 92 <button id="storage-confirm" class="default-button"
93 i18n-content="done"> 93 i18n-content="done">
94 </button> 94 </button>
95 </div> 95 </div>
96 </div> 96 </div>
97 </div> 97 </div>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/chromeos/storage_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698