| Index: tools/page_cycler/indexed_db/start.js
|
| ===================================================================
|
| --- tools/page_cycler/indexed_db/start.js (revision 101890)
|
| +++ tools/page_cycler/indexed_db/start.js (working copy)
|
| @@ -1,9 +1,10 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| document.title = 'page cycler';
|
|
|
| +document.cookie = '__navigated_to_report=0; path=/';
|
| document.cookie = '__pc_done=0; path=/';
|
| document.cookie = '__pc_timings=; path=/';
|
|
|
|
|