| Index: runtime/observatory/lib/src/elements/heap_profile.html
|
| ===================================================================
|
| --- runtime/observatory/lib/src/elements/heap_profile.html (revision 44977)
|
| +++ runtime/observatory/lib/src/elements/heap_profile.html (working copy)
|
| @@ -57,11 +57,9 @@
|
| <nav-refresh callback="{{ resetAccumulator }}" label="Reset Accumulator"></nav-refresh>
|
| <nav-refresh callback="{{ refreshGC }}" label="GC"></nav-refresh>
|
| <nav-refresh callback="{{ refresh }}"></nav-refresh>
|
| - <!-- Disabled dartbug.com/22970
|
| <div class="nav-option">
|
| <input type="checkbox" checked="{{ autoRefresh }}">Auto-refresh on GC
|
| </div>
|
| - -->
|
| <nav-control></nav-control>
|
| </nav-bar>
|
| <div class="content">
|
|
|