Index: chrome/test/data/extensions/platform_apps/web_view/text_input_state/manifest.json |
diff --git a/chrome/test/data/extensions/storage_monitor/write_data/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/manifest.json |
similarity index 53% |
copy from chrome/test/data/extensions/storage_monitor/write_data/manifest.json |
copy to chrome/test/data/extensions/platform_apps/web_view/text_input_state/manifest.json |
index 552cd55fa7139cd540a77700b75002e0a06dcdc8..0382f973847bfbb294e1ab56fc7229bc70b60539 100644 |
--- a/chrome/test/data/extensions/storage_monitor/write_data/manifest.json |
+++ b/chrome/test/data/extensions/platform_apps/web_view/text_input_state/manifest.json |
@@ -1,13 +1,12 @@ |
{ |
- "name": "ExtensionStorageMonitorTest", |
+ "name": "<webview> - Text Input State Tracking Test", |
"version": "1", |
- "manifest_version": 2, |
+ "permissions": [ |
+ "webview" |
+ ], |
"app": { |
"background": { |
"scripts": ["background.js"] |
} |
- }, |
- "permissions": [ |
- "unlimitedStorage" |
- ] |
+ } |
} |