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

Unified Diff: ios/chrome/app/safe_mode/safe_mode_egtest.mm

Issue 2595213003: Enable -Wundeclared-selector on ios. (Closed)
Patch Set: Fix more warnings. 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: ios/chrome/app/safe_mode/safe_mode_egtest.mm
diff --git a/ios/chrome/app/safe_mode/safe_mode_egtest.mm b/ios/chrome/app/safe_mode/safe_mode_egtest.mm
index 88925dfe6f4505d1cf567b75c2aefe008e6cee8f..59626935de1699ddc27e86cb3d429781337ddc2b 100644
--- a/ios/chrome/app/safe_mode/safe_mode_egtest.mm
+++ b/ios/chrome/app/safe_mode/safe_mode_egtest.mm
@@ -55,6 +55,13 @@ void AssertTryAgainButtonOnPage() {
} // namespace
+// Expose internal class methods for swizzling.
+@interface SafeModeViewController (Testing)
++ (BOOL)detectedThirdPartyMods;
++ (BOOL)hasReportToUpload;
+- (NSArray*)startupCrashModules;
+@end
+
// Tests the display of Safe Mode Controller under different error states of
// jailbroken-ness and whether a crash dump was saved.
@interface SafeModeTestCase : ChromeTestCase

Powered by Google App Engine
This is Rietveld 408576698