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

Unified 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: Minor update for the function docs Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/media_router/telemetry/extension/background.html
diff --git a/chrome/test/media_router/telemetry/extension/background.html b/chrome/test/media_router/telemetry/extension/background.html
new file mode 100644
index 0000000000000000000000000000000000000000..be8b724645e13ee9d80ea5dfceccd8e0f373b802
--- /dev/null
+++ b/chrome/test/media_router/telemetry/extension/background.html
@@ -0,0 +1,10 @@
+<!-- Copyright (c) 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file. -->
+
+<html>
+ <head>
+ <script src="script.js"></script>
+ </head>
+ <body/>
+</html>

Powered by Google App Engine
This is Rietveld 408576698