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

Unified Diff: chrome/browser/resources/chromeos/chromevox/manifest_guest.json

Issue 141733008: Use incognito split for ChromeVox and TTS in Guest mode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comment Created 6 years, 10 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/browser/resources/chromeos/chromevox/manifest_guest.json
diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json b/chrome/browser/resources/chromeos/chromevox/manifest_guest.json
similarity index 87%
copy from chrome/browser/resources/chromeos/chromevox/manifest.json
copy to chrome/browser/resources/chromeos/chromevox/manifest_guest.json
index ead2372c475db5b3de9f1e7a9d562016718963c6..ba8245cc888fd690f797b4057851ed21f8cbbab5 100644
--- a/chrome/browser/resources/chromeos/chromevox/manifest.json
+++ b/chrome/browser/resources/chromeos/chromevox/manifest_guest.json
@@ -1,9 +1,12 @@
{
+ // NOTE: Keep two json files in this directory in sync. The only difference
+ // should be incognito:split in Guest mode version.
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDltVl1k15pjRzuZfMc3B69inxwm2bZeZ2O8/zFO+NluHnBm3GJ3fzdOoFGJd+M16I8p7zxxQyHeDMfWYASyCeB8XnUEDKjqNLQfCnncsANzHsYoEbYj2nEUML2P13b9q+AAvpCBpAJ4cZp81e9n1y/vbSXHE4385cgkKueItzikQIDAQAB",
"manifest_version": 2,
"name": "ChromeVox",
"version": "1.0",
"description": "ChromeVox - Giving Voice to Chrome.",
+ "incognito": "split",
"background": {
"page": "chromevox/background/background.html"
},

Powered by Google App Engine
This is Rietveld 408576698