From 005649e4ef576270314678ca7c2aab55e557ee35 Mon Sep 17 00:00:00 2001 From: dbeam Date: Thu, 2 Apr 2015 10:24:47 -0700 Subject: Move HasSeekPenalty() out of base::SysInfo and base/. It's only called from one place, so move it there: - chrome/browser/metrics/drive_metrics_provider.cc R=rvargas@chromium.org,asvitkine@chromium.org BUG=463209 Review URL: https://codereview.chromium.org/1051663002 Cr-Commit-Position: refs/heads/master@{#323526} --- base/sys_info.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'base/sys_info.h') diff --git a/base/sys_info.h b/base/sys_info.h index d3476d9..660343d 100644 --- a/base/sys_info.h +++ b/base/sys_info.h @@ -48,10 +48,6 @@ class BASE_EXPORT SysInfo { // or -1 on failure. static int64 AmountOfFreeDiskSpace(const FilePath& path); - // Determine whether the device that services |path| has a seek penalty. - // Returns false if it couldn't be determined (e.g., |path| doesn't exist). - static bool HasSeekPenalty(const FilePath& path, bool* has_seek_penalty); - // Returns system uptime in milliseconds. static int64 Uptime(); -- cgit v1.1