forked from ks32/chromium-crosswalk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: 761426 Test: Build and run locally, used browser, settings, voice search Test: on new tab and no feature seems broken. Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I647a19ec174442ddab5c4c322bfd34c8fc9a75bf Reviewed-on: https://chromium-review.googlesource.com/740909 Commit-Queue: Xiaohui Chen <[email protected]> Reviewed-by: Scott Violet <[email protected]> Reviewed-by: Ben Wells <[email protected]> Reviewed-by: Matt Giuca <[email protected]> Reviewed-by: Xiyuan Xia <[email protected]> Reviewed-by: Ilya Sherman <[email protected]> Cr-Commit-Position: refs/heads/master@{#519895}
- Loading branch information
Xiaohui Chen
authored and
Commit Bot
committed
Nov 28, 2017
1 parent
141714f
commit d693f0c
Showing
179 changed files
with
54 additions
and
10,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -907,13 +907,6 @@ | |
'filepath': 'chrome/browser/resources/(md_)?history|'\ | ||
'chrome/browser/ui/webui/.*history', | ||
}, | ||
'hotword': { | ||
'filepath': 'chrome/browser/extensions/api/hotword_private/'\ | ||
'|chrome/browser/resources/hotword_helper/'\ | ||
'|chrome/browser/resources/hotword/'\ | ||
'|chrome/browser/search/hotword*'\ | ||
'|chrome/test/data/extensions/api_test/hotword_private/', | ||
}, | ||
'i18n': { | ||
'filepath': 'base/i18n/|base/string|l10n|icu|'\ | ||
'locale_settings|encoding', | ||
|
@@ -2049,7 +2042,6 @@ | |
'gpu_passthrough_cmd_decoder': ['[email protected]', | ||
'[email protected]'], | ||
'history_ui': ['[email protected]'], | ||
'hotword': ['[email protected]'], | ||
'i18n': ['[email protected]'], | ||
'importer': ['[email protected]'], | ||
'incident_reporting': ['[email protected]'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2243,36 +2243,6 @@ | |
<message name="IDS_SETTINGS_SEARCH_MANAGE_SEARCH_ENGINES" desc="Label for the Manage Search Engines button."> | ||
Manage search engines | ||
</message> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_LABEL" desc="Label for the checkbox which enables the OK Google hotword."> | ||
Enable "Ok Google" to start a voice search | ||
</message> | ||
<if expr="chromeos"> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_DISABLED" desc="Label to indicate to the user that the OK Google hotword has been disabled."> | ||
"Ok Google" voice search has been removed from Chrome OS | ||
</message> | ||
</if> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_SUBTEXT_ALWAYS_ON" desc="Subtext describing when the OK Google hotword may be used."> | ||
Say "Ok Google" when the screen is on and unlocked | ||
</message> | ||
<if expr="chromeos"> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_SUBTEXT_NO_HARDWARE" desc="Subtext describing when the OK Google hotword may be used for devices without hardware support."> | ||
Say "Ok Google" in a new tab, google.com, and the App Launcher | ||
</message> | ||
</if> | ||
<if expr="not chromeos"> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_SUBTEXT_NO_HARDWARE" desc="Subtext describing when the OK Google hotword may be used for devices with no hardware support."> | ||
Say "Ok Google" in a new tab and google.com | ||
</message> | ||
</if> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_AUDIO_HISTORY_LABEL" desc="Text to display when the user has audio history enabled."> | ||
Voice and Audio Activity for <ph name="USER_EMAIL">$1<ex>[email protected]</ex></ph>. | ||
</message> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_AUDIO_HISTORY_SUBTEXT" desc="Subtext describing why audio history is enabled."> | ||
Enabled (required to use "Ok Google") | ||
</message> | ||
<message name="IDS_SETTINGS_SEARCH_OK_GOOGLE_RETRAIN" desc="Text for button to retrain the OK Google hotword voice model."> | ||
Retrain | ||
</message> | ||
<if expr="chromeos"> | ||
<message name="IDS_SETTINGS_SEARCH_GOOGLE_ASSISTANT" desc="Label for the Google Assistant button."> | ||
Google Assistant | ||
|
Binary file removed
BIN
-288 Bytes
chrome/app/theme/default_100_percent/common/app_list_mic_hotword_off.png
Binary file not shown.
Binary file removed
BIN
-268 Bytes
chrome/app/theme/default_100_percent/common/app_list_mic_hotword_on.png
Binary file not shown.
Binary file removed
BIN
-608 Bytes
chrome/app/theme/default_100_percent/common/notification_hotword_icon.png
Binary file not shown.
Binary file removed
BIN
-583 Bytes
chrome/app/theme/default_200_percent/common/app_list_mic_hotword_off.png
Binary file not shown.
Binary file removed
BIN
-487 Bytes
chrome/app/theme/default_200_percent/common/app_list_mic_hotword_on.png
Binary file not shown.
Binary file removed
BIN
-1007 Bytes
chrome/app/theme/default_200_percent/common/notification_hotword_icon.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.