| Index: chrome/android/java/strings/android_chrome_strings.grd
 | 
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
 | 
| index eca2944f390af915e37636bc24710e6618825b65..3e0ad4e93da13b533e90b7d2a646a8bdef68f764 100644
 | 
| --- a/chrome/android/java/strings/android_chrome_strings.grd
 | 
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
 | 
| @@ -2270,6 +2270,12 @@ However, you aren’t invisible. Going incognito doesn’t hide your browsing fr
 | 
|          Client side certificate selection is not supported by the operating system.
 | 
|        </message>
 | 
|  
 | 
| +      <!-- Physical Web strings -->
 | 
| +      <message name="IDS_PHYSICAL_WEB_NOTIFICATION_TITLE" desc="Description of quantity of discovered URLs nearby.">
 | 
| +        {NUM_URLS, plural,
 | 
| +         =1 {1 URL nearby}
 | 
| +         other {# URLs nearby}}
 | 
| +      </message>
 | 
|      </messages>
 | 
|    </release>
 | 
|  </grit>
 | 
| 
 |