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

Unified Diff: chrome/browser/resources/chromeos/speech_synthesis/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/speech_synthesis/manifest_guest.json
diff --git a/chrome/browser/resources/chromeos/speech_synthesis/manifest.json b/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
similarity index 92%
copy from chrome/browser/resources/chromeos/speech_synthesis/manifest.json
copy to chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
index 26cce46dbcd59e7a507283ae0a6f2fc5b8e38bfc..0574a30fdacf0fdcef3a8a1c9b98b916f41d4e34 100644
--- a/chrome/browser/resources/chromeos/speech_synthesis/manifest.json
+++ b/chrome/browser/resources/chromeos/speech_synthesis/manifest_guest.json
@@ -1,8 +1,11 @@
{
+ // NOTE: Keep two json files in this directory in sync. The only difference
+ // should be incognito:split in Guest mode version.
"name": "Chrome OS built-in text-to-speech extension",
"version": "0.0.2",
"description": "Text-to-speech (TTS) voice extension using Native Client technology.",
"manifest_version": 2,
+ "incognito": "split",
"background": {
"scripts": [
"voice_data_hmm_de-DE.js",

Powered by Google App Engine
This is Rietveld 408576698