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 5a74922a85fe33c504822b896c9164d1cee78527..e3ebf499b834d18b0448b8237f4d9a92f68f9913 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 |
@@ -58,7 +58,7 @@ public class NotificationPlatformBridgeIntentTest |
*/ |
@MediumTest |
@Feature({"Browser", "Notifications"}) |
- public void testLaunchNotificationPreferencesForCategory() throws Exception { |
+ public void testLaunchNotificationPreferencesForCategory() { |
assertFalse("The native library should not be loaded yet", LibraryLoader.isInitialized()); |
final Context context = getInstrumentation().getTargetContext().getApplicationContext(); |
@@ -90,7 +90,7 @@ public class NotificationPlatformBridgeIntentTest |
*/ |
@MediumTest |
@Feature({"Browser", "Notifications"}) |
- public void testLaunchNotificationPreferencesForWebsite() throws Exception { |
+ public void testLaunchNotificationPreferencesForWebsite() { |
assertFalse("The native library should not be loaded yet", LibraryLoader.isInitialized()); |
final Context context = getInstrumentation().getTargetContext().getApplicationContext(); |