| Index: content/browser/resources/service_worker/serviceworker_internals.html
|
| diff --git a/content/browser/resources/service_worker/serviceworker_internals.html b/content/browser/resources/service_worker/serviceworker_internals.html
|
| index 85e704546643eb3882317a94fa7cb2244206c194..913811a2f9cfe0538532fdcfcd3e02cdb4a77d54 100644
|
| --- a/content/browser/resources/service_worker/serviceworker_internals.html
|
| +++ b/content/browser/resources/service_worker/serviceworker_internals.html
|
| @@ -1,4 +1,4 @@
|
| -<!DOCTYPE html>
|
| +<!DOCTYPE html>
|
| <html i18n-values="dir:textdirection;">
|
| <head>
|
| <meta charset="utf-8">
|
| @@ -97,8 +97,13 @@
|
| jsvalues="$partition_id:$this.partition_id;.partition_id:$this.partition_id"
|
| jsdisplay="$this.stored_registrations.length + $this.unregistered_registrations.length + $this.unregistered_versions.length > 0">
|
| <div class="serviceworker-summary">
|
| - <span>Registrations in: </span>
|
| - <span jscontent="$this.partition_path"></span>
|
| + <span jsdisplay="$this.partition_path">
|
| + <span>Registrations in: </span>
|
| + <span jscontent="$this.partition_path"></span>
|
| + </span>
|
| + <span jsdisplay="!$this.partition_path">
|
| + <span>Registrations: Incognito </span>
|
| + </span>
|
| <span jscontent="'(' + $this.stored_registrations.length + ')'"></span>
|
| </div>
|
| <div class="serviceworker-item" jsselect="$this.stored_registrations">
|
|
|