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

Unified Diff: ios/chrome/app/application_delegate/metrics_mediator_testing.h

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/application_delegate/metrics_mediator_testing.h
diff --git a/ios/chrome/app/application_delegate/metrics_mediator_testing.h b/ios/chrome/app/application_delegate/metrics_mediator_testing.h
index 81791a68fc3a684b5bbef2b39e408d92b4d2f294..1e470ef1ae821fcafdde03da8027bac4635c626a 100644
--- a/ios/chrome/app/application_delegate/metrics_mediator_testing.h
+++ b/ios/chrome/app/application_delegate/metrics_mediator_testing.h
@@ -13,6 +13,8 @@
- (void)setBreakpadUploadingEnabled:(BOOL)enableUploading;
- (void)setReporting:(BOOL)enableReporting;
- (BOOL)isMetricsReportingEnabledWifiOnly;
++ (void)recordNumTabAtStartup:(int)numTabs;
++ (void)recordNumTabAtResume:(int)numTabs;
@end
#endif // IOS_CHROME_APP_APPLICATION_DELEGATE_METRICS_MEDIATOR_TESTING_H_

Powered by Google App Engine
This is Rietveld 408576698