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

Side by Side Diff: chrome/browser/resources/net_export/net_export.html

Issue 14834011: Android: use grit target platform instead of define. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed pp_ifdef(android) Created 7 years, 7 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
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <if expr="pp_ifdef('android')"> 5 <if expr="is_android">
6 <meta name="viewport" content="width=device-width"> 6 <meta name="viewport" content="width=device-width">
7 </if> 7 </if>
8 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://resources/js/cr.js"></script> 9 <script src="chrome://resources/js/cr.js"></script>
10 <script src="chrome://net-export/net_export.js"></script> 10 <script src="chrome://net-export/net_export.js"></script>
11 <link rel="stylesheet" href="net_export.css"> 11 <link rel="stylesheet" href="net_export.css">
12 </head> 12 </head>
13 <body> 13 <body>
14 <h2>NetLog Export</h2> 14 <h2>NetLog Export</h2>
15 <div id="net-export-main"> 15 <div id="net-export-main">
(...skipping 20 matching lines...) Expand all
36 </p> 36 </p>
37 <p> 37 <p>
38 <span class="warning">WARNING</span>: Logs contain a list of sites 38 <span class="warning">WARNING</span>: Logs contain a list of sites
39 visited, cookies, and credentials from when logging started to when 39 visited, cookies, and credentials from when logging started to when
40 logging stopped. They may also contain general network 40 logging stopped. They may also contain general network
41 configuration information, such as DNS and proxy configuration. 41 configuration information, such as DNS and proxy configuration.
42 </p> 42 </p>
43 </div> 43 </div>
44 </body> 44 </body>
45 </html> 45 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/history.html ('k') | chrome/renderer/resources/blocked_plugin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698