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

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

Issue 10843063: Promo for buying Drive storage when you're low on space (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 4 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/resources/file_manager/js/mock_chrome.js ('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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 >[THUMBNAIL VIEW]</div> 184 >[THUMBNAIL VIEW]</div>
185 </div> 185 </div>
186 <button class="menubutton" id="gdata-settings" tabindex="7" 186 <button class="menubutton" id="gdata-settings" tabindex="7"
187 menu="#docs-settings" visibleif="full-page"> 187 menu="#docs-settings" visibleif="full-page">
188 <span class="disclosureindicator"></span> 188 <span class="disclosureindicator"></span>
189 </button> 189 </button>
190 </div> 190 </div>
191 191
192 </div> 192 </div>
193 <div class="gdrive-welcome header"></div> 193 <div class="gdrive-welcome header"></div>
194 <div class="gdrive-space-warning" hidden></div>
194 <div class=dialog-body> 195 <div class=dialog-body>
195 <div class=filelist-panel> 196 <div class=filelist-panel>
196 <div id="list-container"> 197 <div id="list-container">
197 <div class=detail-table tabindex=0></div> 198 <div class=detail-table tabindex=0></div>
198 <grid class=thumbnail-grid tabindex=0></grid> 199 <grid class=thumbnail-grid tabindex=0></grid>
199 <div id="spinner-container"> 200 <div id="spinner-container">
200 <div id="spinner-with-text"></div> 201 <div id="spinner-with-text"></div>
201 </div> 202 </div>
202 <div class="gdrive-welcome page"></div> 203 <div class="gdrive-welcome page"></div>
203 <div id="no-search-results"></div> 204 <div id="no-search-results"></div>
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 <div class="progress-bar" hidden> 245 <div class="progress-bar" hidden>
245 <div class="progress-track"></div> 246 <div class="progress-track"></div>
246 </div> 247 </div>
247 </div> 248 </div>
248 <div class="actions" hidden></div> 249 <div class="actions" hidden></div>
249 </div> 250 </div>
250 <div id="drag-image-container"></div> 251 <div id="drag-image-container"></div>
251 <iframe id="command-dispatcher" hidden></iframe> 252 <iframe id="command-dispatcher" hidden></iframe>
252 </body> 253 </body>
253 </html> 254 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698