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

Unified Diff: chrome/test/data/webui/inject_comm_channel.js

Issue 1056533002: Implement <webview>.addContentScript/removeContentScript API [2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webview_addremove_contentscripts_2
Patch Set: nits. Created 5 years, 8 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 | « chrome/test/data/guest_from_opener.html ('k') | chrome/test/data/webui/inject_comm_channel_2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/inject_comm_channel.js
diff --git a/extensions/test/data/web_view/apitest/inject_comm_channel.js b/chrome/test/data/webui/inject_comm_channel.js
similarity index 87%
copy from extensions/test/data/web_view/apitest/inject_comm_channel.js
copy to chrome/test/data/webui/inject_comm_channel.js
index c5cc2d5ee03f915c8069d180eeab4982cd24ac0f..224ab26b2580636f13da03312ea027991d20e35b 100644
--- a/extensions/test/data/web_view/apitest/inject_comm_channel.js
+++ b/chrome/test/data/webui/inject_comm_channel.js
@@ -1,4 +1,4 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
+// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -19,4 +19,3 @@ window.addEventListener('message', function(e) {
}
}
});
-
« no previous file with comments | « chrome/test/data/guest_from_opener.html ('k') | chrome/test/data/webui/inject_comm_channel_2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698