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

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

Issue 1652483002: Browser Side Text Input State Tracking for OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Missing Files and Fixed Some Errors Created 4 years, 9 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/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"
- ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698