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

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

Issue 1326593006: Add the Physical Web to Chrome on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handled jdduke's comments Created 5 years, 3 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 3345897ec71ce1e4b91d62e60742657c492456bc..a06df522b31391b19d7240c50050bbe45e89ae74 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
@@ -39,6 +39,10 @@ public class NotificationConstants {
* Unique identifier for the "Signed in to Chrome" notification.
*/
public static final int NOTIFICATION_ID_SIGNED_IN = 2;
+ /**
+ * Unique identifier for the Physical Web notification.
+ */
+ public static final int NOTIFICATION_ID_PHYSICAL_WEB = 3;
/**
* Separator used to separate the notification origin from additional data such as the

Powered by Google App Engine
This is Rietveld 408576698