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

Unified Diff: chrome/browser/resources/settings/site_settings/site_list.js

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 | « chrome/browser/resources/settings/site_settings/add_site_dialog.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/site_settings/site_list.js
diff --git a/chrome/browser/resources/settings/site_settings/site_list.js b/chrome/browser/resources/settings/site_settings/site_list.js
index 82d5580fe5c768f19752bd5b578d3f8406dbe9b2..7c17e9de5607855ca2dbe4a47276a80c064ff37a 100644
--- a/chrome/browser/resources/settings/site_settings/site_list.js
+++ b/chrome/browser/resources/settings/site_settings/site_list.js
@@ -109,7 +109,7 @@ Polymer({
},
/**
- * The element to return focus to, when the currntly active dialog is closed.
+ * The element to return focus to, when the currently active dialog is closed.
* @private {?HTMLElement}
*/
activeDialogAnchor_: null,
@@ -136,7 +136,7 @@ Polymer({
/**
* Called for each site list when incognito is enabled or disabled. Only
- * called on change (opening N incogito windows only fires one message).
+ * called on change (opening N incognito windows only fires one message).
* Another message is sent when the *last* incognito window closes.
* @private
*/
« no previous file with comments | « chrome/browser/resources/settings/site_settings/add_site_dialog.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698