From 410938e08c299d5f0b4557e6da6929fa13804778 Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Wed, 24 Oct 2012 16:33:59 +0000 Subject: Make it possible to enable and disable metrics reporting separately from recording This is necessary for Android and iOS, where there is a preference to record without uploading while on 3G, with the logs being stored for later uploading over WiFi. (Also updates the overview comment at the top of the file to reflect an earlier change to the state machine behavior that wasn't documented, and adds the foregrounding/backgrounding methods on iOS) TBR=thakis,ananta BUG=136984 Review URL: https://chromiumcodereview.appspot.com/11033023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163841 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/metrics_service.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome_frame') diff --git a/chrome_frame/metrics_service.h b/chrome_frame/metrics_service.h index 7ce1db7..ab0c008 100644 --- a/chrome_frame/metrics_service.h +++ b/chrome_frame/metrics_service.h @@ -29,8 +29,6 @@ class MetricsService : public MetricsServiceBase { static MetricsService* GetInstance(); // Start/stop the metrics recording and uploading machine. These should be // used on startup and when the user clicks the checkbox in the prefs. - // StartRecordingOnly starts the metrics recording but not reporting, for use - // in tests only. static void Start(); static void Stop(); // Set up client ID, session ID, etc. -- cgit v1.1