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

Unified Diff: chrome/app/generated_resources.grd

Issue 1441143006: Disable Notifications in Incognito (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@innoinherit
Patch Set: Clean up DecidePermission override, and prevent Page Info Bubble enabling permission. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 88a0eb5deecbbb0f1818b223e0913a44ff09d278..b339b34242ddb407371263d798b5821613baccee 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -12531,15 +12531,12 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_NOTIFICATION_PERMISSIONS" desc="Text requesting permission for Web Notifications.">
<ph name="site">$1<ex>mail.google.com</ex></ph> wants to send you notifications.
</message>
+ <message name="IDS_NOTIFICATION_PERMISSIONS_INCOGNITO" desc="Text requesting permission for Web Notifications in incognito mode.">
+ <ph name="site">$1<ex>mail.google.com</ex></ph> wants to send you notifications, but these are not supported in incognito mode.
+ </message>
<message name="IDS_NOTIFICATION_PERMISSIONS_FRAGMENT" desc="Permission sentence fragment to show following the prompt 'This site wants to:' in a permissions request">
Show notifications
</message>
- <message name="IDS_NOTIFICATION_PERMISSION_YES" desc="The label of the 'allow' button on the notification permission infobar.">
- Allow
- </message>
- <message name="IDS_NOTIFICATION_PERMISSION_NO" desc="The label of the 'deny' button on the notification permission infobar.">
- Deny
- </message>
<message name="IDS_NOTIFICATION_WELCOME_BODY" desc="Notification body for the Welcome Notification">
Stay connected to what you need to know, across all devices.
</message>

Powered by Google App Engine
This is Rietveld 408576698