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

Unified Diff: tools/page_cycler/common/head.js

Issue 7935012: Clean variable __navigated_to_report when starting tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « no previous file | tools/page_cycler/common/start.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/page_cycler/common/head.js
===================================================================
--- tools/page_cycler/common/head.js (revision 101890)
+++ tools/page_cycler/common/head.js (working copy)
@@ -76,7 +76,7 @@
function __onload() {
if (__results) {
// Set a variable to indicate that the result report page is loaded.
- document.cookie = " __navigated_to_report=1; path=/";
+ document.cookie = "__navigated_to_report=1; path=/";
return;
}
var unused = document.body.offsetHeight; // force layout
« no previous file with comments | « no previous file | tools/page_cycler/common/start.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698