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

Unified Diff: chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.html

Issue 354483004: Implement <appview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Fixed formatting Created 6 years, 5 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: chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.html
diff --git a/chrome/test/data/extensions/activity_log_app/window.html b/chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.html
similarity index 60%
copy from chrome/test/data/extensions/activity_log_app/window.html
copy to chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.html
index f27ad4bc8c0a1c271dd1f1cd13b1be01d9950f23..4ecd1c53209846f2eba014ee783405300495cf27 100644
--- a/chrome/test/data/extensions/activity_log_app/window.html
+++ b/chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.html
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- </head>
<body>
- <div>Hello, world!</div>
+ <div>Hello World!</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698