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

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

Issue 3130045: Don't offer to translate the bookmark manager page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Synced Created 10 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
« 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 <html i18n-values="dir:textdirection"> 2 <html i18n-values="dir:textdirection">
3 <!-- 3 <!--
4 4
5 Copyright (c) 2010 The Chromium Authors. All rights reserved. 5 Copyright (c) 2010 The Chromium Authors. All rights reserved.
6 Use of this source code is governed by a BSD-style license that can be 6 Use of this source code is governed by a BSD-style license that can be
7 found in the LICENSE file. 7 found in the LICENSE file.
8 8
9 --> 9 -->
10 <head> 10 <head>
11 <meta name="google" value="notranslate">
12
11 <title i18n-content="title"></title> 13 <title i18n-content="title"></title>
12 14
13 <link rel="stylesheet" href="chrome://resources/css/list.css"> 15 <link rel="stylesheet" href="chrome://resources/css/list.css">
14 <link rel="stylesheet" href="chrome://resources/css/tree.css"> 16 <link rel="stylesheet" href="chrome://resources/css/tree.css">
15 <link rel="stylesheet" href="chrome://resources/css/menu.css"> 17 <link rel="stylesheet" href="chrome://resources/css/menu.css">
16 <link rel="stylesheet" href="css/bmm.css"> 18 <link rel="stylesheet" href="css/bmm.css">
17 19
18 <script src="chrome://resources/css/tree.css.js"></script> 20 <script src="chrome://resources/css/tree.css.js"></script>
19 <script src="css/bmm.css.js"></script> 21 <script src="css/bmm.css.js"></script>
20 22
(...skipping 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 // Paste is a bit special since we need to do an async call to see if we can 1725 // Paste is a bit special since we need to do an async call to see if we can
1724 // paste because the paste command might not be up to date. 1726 // paste because the paste command might not be up to date.
1725 updatePasteCommand(pasteHandler); 1727 updatePasteCommand(pasteHandler);
1726 }); 1728 });
1727 })(); 1729 })();
1728 1730
1729 </script> 1731 </script>
1730 1732
1731 </body> 1733 </body>
1732 </html> 1734 </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