diff options
author | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 01:51:18 +0000 |
---|---|---|
committer | paulg@google.com <paulg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 01:51:18 +0000 |
commit | fc76de1cddd3c1b47fb2e9280c87dafce3010f41 (patch) | |
tree | d789fa0c0bcd48dd42e14713f0cf7c6a3fb51fc0 /chrome/browser/safe_browsing/safe_browsing_service.h | |
parent | 80222765316f54aefb3c14a48b6336e282522804 (diff) | |
download | chromium_src-fc76de1cddd3c1b47fb2e9280c87dafce3010f41.zip chromium_src-fc76de1cddd3c1b47fb2e9280c87dafce3010f41.tar.gz chromium_src-fc76de1cddd3c1b47fb2e9280c87dafce3010f41.tar.bz2 |
Update the user delay histogram for the SafeBrowsing.
Review URL: http://codereview.chromium.org/10916
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_service.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h index 485819f..761acb2 100644 --- a/chrome/browser/safe_browsing/safe_browsing_service.h +++ b/chrome/browser/safe_browsing/safe_browsing_service.h @@ -167,7 +167,7 @@ class SafeBrowsingService // delta starting from when we would have started reading data from the // network, and ending when the SafeBrowsing check completes indicating that // the current page is 'safe'. - static void LogPauseDelay(base::TimeDelta time); + void LogPauseDelay(base::TimeDelta time); // We defer SafeBrowsing work for a short duration when the computer comes // out of a suspend state to avoid thrashing the disk. |