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

Side by Side Diff: chrome/browser/resources/net_internals/top_bar_view.html

Issue 586783003: webui: change all <include/> to <include>. Same thing, less bits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert print_preview, axe some whitespace Created 6 years, 3 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
OLDNEW
1 <!-- 1 <!--
2 Copyright (c) 2013 The Chromium Authors. All rights reserved. 2 Copyright (c) 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- Status bar at top of screen --> 7 <!-- Status bar at top of screen -->
8 8
9 <style> 9 <style>
10 10
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 display: -webkit-flex; 52 display: -webkit-flex;
53 padding: 2px 2px 4px 7px; 53 padding: 2px 2px 4px 7px;
54 } 54 }
55 </style> 55 </style>
56 56
57 <div id=top-bar-view> 57 <div id=top-bar-view>
58 <span class=top-bar-view-arrow> 58 <span class=top-bar-view-arrow>
59 <select aria-label="Tab selector" id=top-bar-view-tab-selecter></select> 59 <select aria-label="Tab selector" id=top-bar-view-tab-selecter></select>
60 </span> 60 </span>
61 <div style="-webkit-flex-grow: 1"> 61 <div style="-webkit-flex-grow: 1">
62 <include src="status_view.html"/> 62 <include src="status_view.html">
63 </div> 63 </div>
64 </div> 64 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/index.js ('k') | chrome/browser/resources/predictors/predictors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698