Index: chrome/test/data/webui/test_browser_proxy.js |
diff --git a/chrome/test/data/webui/settings/test_browser_proxy.js b/chrome/test/data/webui/test_browser_proxy.js |
similarity index 98% |
rename from chrome/test/data/webui/settings/test_browser_proxy.js |
rename to chrome/test/data/webui/test_browser_proxy.js |
index 9d8821091b4ee43405c5afe924f69aabfff3c1bf..93c489ec71172a8ada8049ea05cfa337a6d73fae 100644 |
--- a/chrome/test/data/webui/settings/test_browser_proxy.js |
+++ b/chrome/test/data/webui/test_browser_proxy.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-cr.define('settings', function() { |
+cr.define('test', function() { |
Dan Beam
2017/06/07 01:16:57
why test.Test?
dpapad
2017/06/07 01:19:10
As opposed to what? A different namespace? No name
Dan Beam
2017/06/07 01:33:50
arguably, this is "testing" code. as in: it's not
dpapad
2017/06/07 03:23:08
Done.
|
/** |
* A base class for all test browser proxies to inherit from. Provides helper |
* methods for allowing tests to track when a method was called. |