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

Unified Diff: headless/test/data/page_one.html

Issue 2802733002: headless: Require headless team review for mojo changes (Closed)
Patch Set: Created 3 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 | « headless/test/data/mojo_page_two.html ('k') | headless/test/data/page_two.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/test/data/page_one.html
diff --git a/headless/test/data/page_one.html b/headless/test/data/page_one.html
deleted file mode 100644
index a29176e7801a9022389b574b5a0ec037670c619f..0000000000000000000000000000000000000000
--- a/headless/test/data/page_one.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!doctype html>
-<head>
-<script>
-// Note define() defines a module in the mojo module dependency
-// system. While we don't expose our module, the callback below only
-// fires after the requested modules have been loaded.
-define([
- 'headless/lib/embedder_test.mojom',
- 'content/public/renderer/frame_interfaces',
- ], function(embedderMojom, frameInterfaces) {
- var testEmbedderService = new embedderMojom.TestEmbedderServicePtr(
- frameInterfaces.getInterface(embedderMojom.TestEmbedderService.name));
-
- // Send a message to the embedder!
- testEmbedderService.returnTestResult('page one');
-});
-</script>
-</head>
-<body><h1>Page one</h1></body>
« no previous file with comments | « headless/test/data/mojo_page_two.html ('k') | headless/test/data/page_two.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698