| 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
 | 
| 
 |