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

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

Issue 12212130: Files.app: prevent to show translation bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix 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
« no previous file with comments | « no previous file | 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
11 -- path. Until then, use an invisible non-whitespace character. 11 -- path. Until then, use an invisible non-whitespace character.
12 --> 12 -->
13 <title>&#xFEFF;</title> 13 <title>&#xFEFF;</title>
14
15 <meta name="google" value="notranslate">
16
14 <link rel="stylesheet" href="../../../../ui/webui/resources/css/dialogs.css" ></link> 17 <link rel="stylesheet" href="../../../../ui/webui/resources/css/dialogs.css" ></link>
15 <link rel="stylesheet" href="../../../../ui/webui/resources/css/list.css"></ link> 18 <link rel="stylesheet" href="../../../../ui/webui/resources/css/list.css"></ link>
16 <link rel="stylesheet" href="../../../../ui/webui/resources/css/table.css">< /link> 19 <link rel="stylesheet" href="../../../../ui/webui/resources/css/table.css">< /link>
17 <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css"></ link> 20 <link rel="stylesheet" href="../../../../ui/webui/resources/css/menu.css"></ link>
18 21
19 <link rel="stylesheet" href="css/combobutton.css"></link> 22 <link rel="stylesheet" href="css/combobutton.css"></link>
20 <link rel="stylesheet" href="css/file_manager.css"></link> 23 <link rel="stylesheet" href="css/file_manager.css"></link>
21 <link rel="stylesheet" href="css/file_types.css"></link> 24 <link rel="stylesheet" href="css/file_types.css"></link>
22 <link rel="stylesheet" href="css/common.css"></link> 25 <link rel="stylesheet" href="css/common.css"></link>
23 26
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 <div class="progress-track"></div> 302 <div class="progress-track"></div>
300 </div> 303 </div>
301 </div> 304 </div>
302 <div class="actions" hidden></div> 305 <div class="actions" hidden></div>
303 </div> 306 </div>
304 </div> 307 </div>
305 <div id="drag-container"></div> 308 <div id="drag-container"></div>
306 <iframe id="command-dispatcher" hidden></iframe> 309 <iframe id="command-dispatcher" hidden></iframe>
307 </body> 310 </body>
308 </html> 311 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698