Add lifetime options for permissions: fix typo in session permission (#2064)
thanks to adoreblvnk
This commit is contained in:
@@ -21,7 +21,7 @@ There are 4 main areas affected to introduce the functionality:
|
||||
novel here.
|
||||
Therefore, `content_settings::GetConstraintSessionExpiration()` and `content_settings::IsConstraintSessionExpiration()`
|
||||
manage the lifetime modes of the session content-settings.
|
||||
The modificaiton also adds the session pattern to the ContentSettingPatternSource so that it is available for the UI.
|
||||
The modification also adds the session pattern to the ContentSettingPatternSource so that it is available for the UI.
|
||||
* components/permissions
|
||||
Lifetime support is added to the permissions; most of the changes are caused by the fact that it is necessary to report
|
||||
the value selected by the user from the Java UI managed by `components/browser_ui` up to
|
||||
@@ -821,7 +821,7 @@ diff --git a/components/permissions/android/permissions_android_strings.grd b/co
|
||||
|
||||
+ <!-- Session permissions -->
|
||||
+ <message name="IDS_SESSION_PERMISSIONS_TITLE" desc="Title for the session section in the permission request">
|
||||
+ Remeber my decision
|
||||
+ Remember my decision
|
||||
+ </message>
|
||||
+ <message name="IDS_SESSION_PERMISSIONS_ONLY_THIS_THIS" desc="Message indicating that the permission is only for this time">
|
||||
+ Only this time
|
||||
|
||||
Reference in New Issue
Block a user