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

Unified Diff: chrome/browser/resources/options/browser_options.html

Issue 136693013: [Hotword] Remove unneeded preferences. Cleaning up look of settings. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: removing a few mroe instances of prefs 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
Index: chrome/browser/resources/options/browser_options.html
diff --git a/chrome/browser/resources/options/browser_options.html b/chrome/browser/resources/options/browser_options.html
index e691206de17d059287b4046a6724ed7f1f7f2ce5..0b5ffbe8654907acedc38abd51d5d4e45e684ad2 100644
--- a/chrome/browser/resources/options/browser_options.html
+++ b/chrome/browser/resources/options/browser_options.html
@@ -157,42 +157,6 @@
<span i18n-content="hotwordSearchDescription"></span>
</div>
</div>
- <div id="hotword-settings-section" class="hotword-settings" hidden>
- <div id="hotword-settings-section-container">
- <div class="checkbox">
- <span class="controlled-setting-with-label">
- <input id="hotword-search-timeout"
- pref="hotword.search_timeout_enabled" type="checkbox">
- <span>
- <label for="hotword-search-timeout"
- i18n-content="hotwordSearchTimeout">
- </label>
- <span class="controlled-setting-indicator"
- pref="hotword.search_timeout_enabled">
- </span>
- </span>
- </span>
- <div id="hotword-search-timeout-description"
- class="hotword-settings">
- <span i18n-content="hotwordSearchTimeoutDescription"></span>
- </div>
- </div>
- <div class="checkbox">
- <span class="controlled-setting-with-label">
- <input id="hotword-search-incognito-enable"
- pref="hotword.incognito_search_enabled" type="checkbox">
- <span>
- <label for="hotword-search-incognito-enable"
- i18n-content="hotwordSearchIncognito">
- </label>
- <span class="controlled-setting-indicator"
- pref="hotword.incognito_search_enabled">
- </span>
- </span>
- </span>
- </div>
- </div>
- </div>
</div>
</section>
<section id="sync-users-section" guest-visibility="hidden">

Powered by Google App Engine
This is Rietveld 408576698