Index: testing/coverage_util_ios.h |
diff --git a/testing/coverage_util_ios.h b/testing/coverage_util_ios.h |
index 702811aa7b2e93b27389428888bc336918a4895a..0191f089a2dbf898d7a6ff6734b2e60d218df415 100644 |
--- a/testing/coverage_util_ios.h |
+++ b/testing/coverage_util_ios.h |
@@ -7,10 +7,9 @@ |
namespace coverage_util { |
-// Flushes .gcda coverage files if ENABLE_TEST_CODE_COVERAGE is defined. iOS 7 |
-// does not call any code at the "end" of an app so flushing should be |
-// performed manually. |
-void FlushCoverageDataIfNecessary(); |
+// In debug builds, if IOS_ENABLE_COVERAGE is defined, sets the filename of the |
+// coverage file. Otherwise, it does nothing. |
+void ConfigureCoverageReportPath(); |
} // namespace coverage_util |