commit | 3560181b09d99d0c3dbe3c4c2f9a1c5346475dc5 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 07 19:52:43 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Mar 07 19:52:43 2014 |
tree | 3a2efdc0c811570f6133b506d4076e3adaea7151 | |
parent | fb4f5cd534a8b6ad217136f5ed57e5ceba806e38 [diff] [blame] |
Show device information in chrome://gcm-internals page. OWNER reviewer: arv BUG=341256 Review URL: https://codereview.chromium.org/176823009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255692 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/services/gcm/gcm_client_mock.cc b/chrome/browser/services/gcm/gcm_client_mock.cc index 4ca60bd4..6f839aac 100644 --- a/chrome/browser/services/gcm/gcm_client_mock.cc +++ b/chrome/browser/services/gcm/gcm_client_mock.cc
@@ -95,6 +95,10 @@ message.id)); } +GCMClient::GCMStatistics GCMClientMock::GetStatistics() const { + return GCMClient::GCMStatistics(); +} + void GCMClientMock::PerformDelayedLoading() { DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));