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

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

Issue 136693013: [Hotword] Remove unneeded preferences. Cleaning up look of settings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: wrong section name in test 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 c8edb38c543c0a26c8843fadffecfef0f191f444..29201831c8e0127554945f2ef4046fc58502d200 100644
--- a/chrome/browser/ui/webui/options/settings_app_browsertest.js
+++ b/chrome/browser/ui/webui/options/settings_app_browsertest.js
@@ -36,7 +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('hotword-search'));
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