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

Unified Diff: ios/web/web_state/js/resources/core.js

Issue 1641893003: [ios] Removed WEB_TEST_F from web unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with origin Created 4 years, 10 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: ios/web/web_state/js/resources/core.js
diff --git a/ios/web/web_state/js/resources/core.js b/ios/web/web_state/js/resources/core.js
index 376d8d48e74b9bad9f3761af750955af93c4488b..47510f7c370e8e1be0b01f2eb65b5db37f7a5e8c 100644
--- a/ios/web/web_state/js/resources/core.js
+++ b/ios/web/web_state/js/resources/core.js
@@ -21,8 +21,6 @@ goog.require('__crWeb.message');
/* Beginning of anonymous object. */
(function() {
- // TODO(jimblackler): use this namespace as a wrapper for all externally-
- // visible functions, to be consistent with other JS scripts. crbug.com/380390
__gCrWeb['core'] = {};
// JavaScript errors are logged on the main application side. The handler is

Powered by Google App Engine
This is Rietveld 408576698