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

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

Issue 2762623004: Fix SettingsTestCase.test[Metrics|Breakpad]Reporting on Official (Closed)
Patch Set: Don't add DCHECK Created 3 years, 9 months 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
« no previous file with comments | « no previous file | ios/chrome/browser/ui/settings/settings_egtest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/app/application_delegate/metrics_mediator.h
diff --git a/ios/chrome/app/application_delegate/metrics_mediator.h b/ios/chrome/app/application_delegate/metrics_mediator.h
index 8c77b8ce192cf7c1ed7da4bfbe4226d9a74dc6af..6fb6530a91ad3c214439f664f54cffffdda44cd6 100644
--- a/ios/chrome/app/application_delegate/metrics_mediator.h
+++ b/ios/chrome/app/application_delegate/metrics_mediator.h
@@ -28,8 +28,8 @@ extern NSString* const kAppEnteredBackgroundDateKey;
- (BOOL)isUploadingEnabled;
// Starts or stops the metrics service and crash report recording and/or
// uploading, based on the current user preferences. Makes sure helper
-// mechanisms and the wwan state observer are set up if necessary. Called both
-// on initialization and after user triggered preference change.
+// mechanisms and the wwan state observer are set up if necessary. Must be
+// called both on initialization and after user triggered preference change.
// |isUserTriggered| is used to distinguish between those cases.
- (void)updateMetricsStateBasedOnPrefsUserTriggered:(BOOL)isUserTriggered;
// Logs the duration of the cold start startup. Does nothing if there isn't a
« no previous file with comments | « no previous file | ios/chrome/browser/ui/settings/settings_egtest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698