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

Unified Diff: ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm

Issue 1995983002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm
diff --git a/ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm b/ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm
index f893077f8b72edec4c5bbf05b28c83a1a5fb700a..511b5e99c501e26b85f00f200ff9411e8260a476 100644
--- a/ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm
+++ b/ios/chrome/browser/metrics/mobile_session_shutdown_metrics_provider_unittest.mm
@@ -55,7 +55,6 @@ class MobileSessionShutdownMetricsProviderForTesting
private:
bool is_first_launch_after_upgrade_;
- bool was_last_shutdown_clean_;
bool has_crash_logs_;
bool has_uploaded_crash_reports_in_background_;
bool received_memory_warning_before_last_shutdown_;

Powered by Google App Engine
This is Rietveld 408576698