Chromium Code Reviews| 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.
|