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

Side by Side Diff: chrome/test/media_router/telemetry/extension/background.html

Issue 1843063004: Add new Telemetry tests to get CPU and memory usage for idle and flinging two test scenarios. Mirro… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused code Created 4 years, 8 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
(Empty)
1 <!-- Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. -->
4
5 <html>
6 <head>
7 <script src="script.js"></script>
mark a. foltz 2016/04/13 20:20:03 You don't need an HTML file if your background pag
Lei Lei 2016/04/14 01:55:13 Thanks for the comment, I removed background HTML
8 </head>
9 <body/>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698