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

Unified Diff: chrome/test/data/page_load_metrics/dummy.js

Issue 1857443002: Plumb experiment flags through page_load_metrics and add a new observer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page_load_experiments
Patch Set: clean up unit tests 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/data/page_load_metrics/dummy.js
diff --git a/content/test/data/background_sync/empty_service_worker.js b/chrome/test/data/page_load_metrics/dummy.js
similarity index 90%
copy from content/test/data/background_sync/empty_service_worker.js
copy to chrome/test/data/page_load_metrics/dummy.js
index 6853db73b68936cd3ee35d8b0ac4811bd738f192..4b3c553691b8fed72374542b1645dcc7f01caada 100644
--- a/content/test/data/background_sync/empty_service_worker.js
+++ b/chrome/test/data/page_load_metrics/dummy.js
@@ -1,3 +1,4 @@
// Copyright 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.
+var dummy = true;
Bryan McQuade 2016/04/07 14:25:14 since this variable doesn't appear to be used, how
Charlie Harrison 2016/04/07 16:38:57 Done.

Powered by Google App Engine
This is Rietveld 408576698