diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 16:33:59 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-24 16:33:59 +0000 |
commit | 410938e08c299d5f0b4557e6da6929fa13804778 (patch) | |
tree | f890df6d4c3595d6b0741c2914c009c176eab4b2 /chrome_frame | |
parent | 4348625078fcbdcfa75396e30bea9ddca70d8b05 (diff) | |
download | chromium_src-410938e08c299d5f0b4557e6da6929fa13804778.zip chromium_src-410938e08c299d5f0b4557e6da6929fa13804778.tar.gz chromium_src-410938e08c299d5f0b4557e6da6929fa13804778.tar.bz2 |
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
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/metrics_service.h | 2 |
1 files changed, 0 insertions, 2 deletions
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. |