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

Unified Diff: chrome/test/data/prerender/prerender_prefetch2.js

Issue 2304953002: NoState Prefetch: nostate prefetch browser tests. (Closed)
Patch Set: histogram tests Created 4 years, 3 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/prerender/prerender_prefetch2.js
diff --git a/base/time/clock.cc b/chrome/test/data/prerender/prerender_prefetch2.js
similarity index 62%
copy from base/time/clock.cc
copy to chrome/test/data/prerender/prerender_prefetch2.js
index 34dc37e38b53fb6f08324d78b53eda418732f598..4ff547e261bd975d5ba70e51a19d95bce01ed52c 100644
--- a/base/time/clock.cc
+++ b/chrome/test/data/prerender/prerender_prefetch2.js
@@ -2,10 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/time/clock.h"
-
-namespace base {
-
-Clock::~Clock() {}
-
-} // namespace base
+// This is a duplicate script as we need to count separate loads from
+// prerender_prefetch_page2.html.
pasko 2016/09/22 18:14:04 Should this be referred to as 'alternative' instea
mattcary 2016/09/23 09:00:15 Done.

Powered by Google App Engine
This is Rietveld 408576698