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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/shim/main.js

Issue 60273002: <webview>: Cleanup tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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 | « chrome/test/data/extensions/platform_apps/web_view/media_access/allow/embedder.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/platform_apps/web_view/shim/main.js
diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/main.js b/chrome/test/data/extensions/platform_apps/web_view/shim/main.js
index 48cfd69169701a1652ec9b33dd098c6de3b0102a..f23b581f119a8babe07af804cc0d14590d05bd0b 100644
--- a/chrome/test/data/extensions/platform_apps/web_view/shim/main.js
+++ b/chrome/test/data/extensions/platform_apps/web_view/shim/main.js
@@ -56,11 +56,11 @@ util.createWebViewTagInDOM = function(partitionName) {
embedder.test = {};
embedder.test.succeed = function() {
- chrome.test.sendMessage('DoneShimTest.PASSED');
+ chrome.test.sendMessage('TEST_PASSED');
};
embedder.test.fail = function() {
- chrome.test.sendMessage('DoneShimTest.FAILED');
+ chrome.test.sendMessage('TEST_FAILED');
};
embedder.test.assertEq = function(a, b) {
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/media_access/allow/embedder.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698