Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilder.java |
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilder.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilder.java |
index b4bddd0118fd8fdcca53abbccb80e4bc92d53e9c..112df41bd988d3508d07f481a68997c12dc7cf1e 100644 |
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilder.java |
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationBuilder.java |
@@ -69,6 +69,11 @@ NotificationBuilder addAction( |
int iconId, @Nullable CharSequence title, @Nullable PendingIntent intent); |
/** |
+ * Adds an action to the notification for opening the settings screen. |
+ */ |
+ NotificationBuilder addSettingsAction(int iconId, CharSequence title, PendingIntent intent); |
+ |
+ /** |
* Sets the default notification options that will be used. |
* <p> |
* The value should be one or more of the following fields combined with |