Index: chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeIntentTest.java |
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeIntentTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeIntentTest.java |
index 68ebebc245cc594f79453f88ed5f81cf4ebf74b1..b5f5e78c8c59a6deaf77483a1c326dbd4e0b3e2d 100644 |
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeIntentTest.java |
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/notifications/NotificationPlatformBridgeIntentTest.java |
@@ -141,7 +141,8 @@ public class NotificationPlatformBridgeIntentTest |
intent.putExtra(NotificationConstants.EXTRA_PERSISTENT_NOTIFICATION_ID, persistentId); |
intent.putExtra(NotificationConstants.EXTRA_NOTIFICATION_INFO_PROFILE_ID, "Default"); |
- intent.putExtra(NotificationConstants.EXTRA_NOTIFICATION_INFO_ORIGIN, "example.com"); |
+ intent.putExtra( |
+ NotificationConstants.EXTRA_NOTIFICATION_INFO_ORIGIN, "https://example.com"); |
intent.putExtra(NotificationConstants.EXTRA_NOTIFICATION_INFO_TAG, "tag"); |
PendingIntent pendingIntent = PendingIntent.getBroadcast( |