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

Unified Diff: content/test/data/web_ui_mojo.html

Issue 206923002: Adds plumbing to pass WebUI mojo::Handle from browser to renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add TODO and merge to trunk Created 6 years, 9 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 | « content/renderer/web_ui_mojo_context_state.cc ('k') | content/test/data/web_ui_mojo.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/web_ui_mojo.html
diff --git a/chrome/test/data/feeds/no_feed.html b/content/test/data/web_ui_mojo.html
similarity index 50%
copy from chrome/test/data/feeds/no_feed.html
copy to content/test/data/web_ui_mojo.html
index 9151a8c079ef0098084636952862fb8aab44537a..54a5027692707ea502f1428d9a26757adc8b2574 100644
--- a/chrome/test/data/feeds/no_feed.html
+++ b/content/test/data/web_ui_mojo.html
@@ -1,7 +1,8 @@
<html>
<head>
+ <script src="web_ui_mojo.js"></script>
</head>
<body>
- This is a page with no feed link.
+ x
</body>
</html>
« no previous file with comments | « content/renderer/web_ui_mojo_context_state.cc ('k') | content/test/data/web_ui_mojo.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698