Skip to content

Commit

Permalink
Add description for URL formatting in download-internals
Browse files Browse the repository at this point in the history
Update the chrome://download-internals page to add some text describing
what modifications we make on the URLs.

BUG=776146

Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ie63a17722bda00baec8806395fd0c8dce3f5cdba
Reviewed-on: https://chromium-review.googlesource.com/728350
Commit-Queue: David Trainor <dtrainor@chromium.org>
Reviewed-by: Michael Giuffrida <michaelpg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519771}
  • Loading branch information
David Trainor authored and Commit Bot committed Nov 28, 2017
1 parent bf55e6a commit 2cf1979
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ h1 {
font-size: 15px;
}

.sub-text {
font-size: 10px;
}

.service-entry-new {
background-color: rgb(242, 242, 242)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ <h4>Service State</h4>
File Monitor: <span id="service-status-file" class="status"></span>
</div>
<h4>Entry Requests</h4>
<div class="sub-text">
The entry URLs have been modified to strip query params so that possibly
private information is hidden from view.
</div>
<div id="download-service-request-info">
<table class="styled-table">
<thead>
Expand Down

0 comments on commit 2cf1979

Please sign in to comment.