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

Unified Diff: chrome/test/data/extensions/platform_apps/web_view/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/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/manifest.json
similarity index 66%
rename from chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
rename to chrome/test/data/extensions/platform_apps/web_view/manifest.json
index 6696a93570f05c6b51612a3db10e4b418296ef50..d0ca5bc11241ec66312fef3fb49d5921d4a8a0da 100644
--- a/chrome/test/data/extensions/platform_apps/browser_tag/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/web_view/manifest.json
@@ -1,8 +1,8 @@
{
- "name": "Platform App Test: <browser>",
+ "name": "Platform App Test: <webview>",
"version": "1",
"permissions": [
- "browserTag"
+ "webview"
],
"app": {
"background": {
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/main.js ('k') | chrome/test/data/extensions/platform_apps/web_view/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698