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

Unified Diff: content/test/data/manifest/dummy-manifest.html

Issue 537053002: Implement ManifestManager to handle manifest in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_fetcher
Patch Set: with tests Created 6 years, 3 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: content/test/data/manifest/dummy-manifest.html
diff --git a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html b/content/test/data/manifest/dummy-manifest.html
similarity index 54%
copy from chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
copy to content/test/data/manifest/dummy-manifest.html
index 831d97e24de6cb43730d9599d9c3fb347a3cd00c..5a181af96fcf58eea1fa59f1155669de9094ae03 100644
--- a/chrome/test/data/extensions/platform_apps/prevent_leave_fullscreen/main.html
+++ b/content/test/data/manifest/dummy-manifest.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <title>fullscreen</title>
+ <link rel='manifest' href='dummy-manifest.json'>
</head>
<body>
- foobar
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698