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

Unified Diff: chrome/browser/resources/settings/site_settings/add_site_dialog.html

Issue 2817103002: [MD settings] hide option for incognito on session only exceptions (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | chrome/browser/resources/settings/site_settings/add_site_dialog.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/add_site_dialog.html
diff --git a/chrome/browser/resources/settings/site_settings/add_site_dialog.html b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
index 60e9703a34461e0695c56d37e8109f99b450902f..30d34f60aab28cd93ae69d56769e3965cbac700d 100644
--- a/chrome/browser/resources/settings/site_settings/add_site_dialog.html
+++ b/chrome/browser/resources/settings/site_settings/add_site_dialog.html
@@ -23,7 +23,7 @@
placeholder="$i18n{addSiteExceptionPlaceholder}"
value="{{site_}}" on-input="validate_"
error-message="$i18n{notValidWebAddress}" autofocus></paper-input>
- <paper-checkbox id="incognito" hidden$="[[!isIncognitoActive_]]">
+ <paper-checkbox id="incognito" hidden$="[[!showIncognitoSessionOnly_]]">
$i18n{incognitoSiteOnly}
</paper-checkbox>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/add_site_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698