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

Unified Diff: content/shell/layout_test_controller.js

Issue 10827182: Rename layoutTestController to testRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 years, 4 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 | « content/browser/appcache/appcache_browsertest.cc ('k') | content/shell/layout_test_controller_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/layout_test_controller.js
diff --git a/content/shell/layout_test_controller.js b/content/shell/layout_test_controller.js
index 43527e1f2ece5da99d598f812680c5fc87d12b65..66fbcf8930c411e5d9ef4f342b73bdc5cae130b8 100644
--- a/content/shell/layout_test_controller.js
+++ b/content/shell/layout_test_controller.js
@@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var layoutTestController = layoutTestController || {};
var testRunner = testRunner || {};
var accessibilityController = accessibilityController || {};
var gamepadController = gamepadController || {};
@@ -43,8 +42,7 @@ var textInputController = textInputController || {};
{value: SetShouldStayOnPageAfterHandlingBeforeUnload});
Object.defineProperty(this, "waitUntilDone", {value: SetWaitUntilDone});
}
- LayoutTestController.prototype = DefaultHandler("layoutTestController");
- layoutTestController = new LayoutTestController();
+ LayoutTestController.prototype = DefaultHandler("testRunner");
testRunner = new LayoutTestController();
var AccessibilityController = function() {}
« no previous file with comments | « content/browser/appcache/appcache_browsertest.cc ('k') | content/shell/layout_test_controller_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698