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

Unified Diff: chrome/browser/ui/webui/options/settings_app_browsertest.js

Issue 134103005: [Hotword] Putting preferences under search for hotword service. Putting behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: adding a line. maybe it will help? Created 6 years, 11 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
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options/settings_app_browsertest.js
diff --git a/chrome/browser/ui/webui/options/settings_app_browsertest.js b/chrome/browser/ui/webui/options/settings_app_browsertest.js
index 7de3546854a5180dd32e6442a0ac66f626232d5e..c8edb38c543c0a26c8843fadffecfef0f191f444 100644
--- a/chrome/browser/ui/webui/options/settings_app_browsertest.js
+++ b/chrome/browser/ui/webui/options/settings_app_browsertest.js
@@ -36,6 +36,7 @@ TEST_F('SettingsAppWebUITest', 'testOpenSettingsApp', function() {
// Spot-check some regular settings items that should be hidden.
assertFalse(isVisible('change-home-page-section'));
assertFalse(isVisible('default-search-engine'));
+ assertFalse(isVisible('hotword-settings-section'));
assertFalse(isVisible('privacy-section'));
assertFalse(isVisible('startup-section'));
});
« no previous file with comments | « chrome/browser/ui/webui/options/browser_options_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698