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

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

Issue 2573263002: Catch InterruptedException in CriteriaHelper (Closed)
Patch Set: Change OverviewModeBehaviorWatcher back to try/finally Created 4 years 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/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();

Powered by Google App Engine
This is Rietveld 408576698