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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json

Issue 11233065: Rename <browser> shim to <webview> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with ToT. No longer exposed to Extensions Created 8 years, 2 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/web_view_src_attribute/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
similarity index 64%
rename from chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
rename to chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
index 64f532e66b4da553f612a4195122f40133e87977..c11815c1d47c8639b78059fd39983bc55d9f05c1 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag_src_attribute/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view_src_attribute/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "Platform App Test: <browser> src",
+ "name": "Platform App Test: <webview> src",
"version": "1",
"permissions": [
- "browserTag"
+ "webview"
],
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698