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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java

Issue 2876863002: [Android] Show notification for opening new tab in background of Browser Actions (Closed)
Patch Set: Fix trybots errors. Created 3 years, 7 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
Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
index 5d823ceeffe0235a974446c723c02eac27b08ccc..a2dca7f127261af02e70459bb927c2a96e570c12 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationConstants.java
@@ -56,6 +56,11 @@ public class NotificationConstants {
public static final int NOTIFICATION_ID_PHYSICAL_WEB = 3;
/**
+ * Unique identifier for Browser Actions notification.
+ */
+ public static final int NOTIFICATION_ID_BROWSER_ACTIONS = 4;
+
+ /**
* Unique identifier for the summary notification for downloads. Using the ID this summary was
* going to have before it was migrated here.
* TODO(dtrainor): Clean up this ID and make sure it's in line with existing id counters without

Powered by Google App Engine
This is Rietveld 408576698