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

Unified Diff: chrome/app/app-Info.plist

Issue 1509923002: Implement native web notifications for mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/app/app-Info.plist
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist
index b6fc2763f071ffb410d55b803293b184f92c8c30..bace54f07b5961841d9b29a9144eb8ea9dca7cea 100644
--- a/chrome/app/app-Info.plist
+++ b/chrome/app/app-Info.plist
@@ -348,5 +348,7 @@
</dict>
</dict>
</array>
+ <key>NSUserNotificationAlertStyle</key>
+ <string>alert</string>
cpu_(ooo_6.6-7.5) 2016/01/06 17:30:19 weird indentation, btw
Miguel Garcia 2016/01/06 18:37:11 This seems to match the indentation in the rest of
</dict>
</plist>
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/notifications/notification_ui_manager_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698