Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: chrome/browser/metrics/drive_metrics_provider.cc

Issue 1057093003: Detect seek penalties on Linux/ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac stub Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/metrics/drive_metrics_provider_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/drive_metrics_provider.cc
diff --git a/chrome/browser/metrics/drive_metrics_provider.cc b/chrome/browser/metrics/drive_metrics_provider.cc
index 587358315a5db03f8335020f07095bc0ab0aa276..4b888498131f8deaec956fc3501660c2118b98df 100644
--- a/chrome/browser/metrics/drive_metrics_provider.cc
+++ b/chrome/browser/metrics/drive_metrics_provider.cc
@@ -40,15 +40,6 @@ void DriveMetricsProvider::GetDriveMetrics(const base::Closure& done) {
DriveMetricsProvider::SeekPenaltyResponse::SeekPenaltyResponse()
: success(false) {}
-#if !(defined(OS_WIN) || defined(OS_ANDROID) || defined(OS_IOS))
-// static
-bool DriveMetricsProvider::HasSeekPenalty(const base::FilePath& path,
- bool* has_seek_penalty) {
- // TODO(dbeam): implement on more platforms.
- return false;
-}
-#endif
-
// static
DriveMetricsProvider::DriveMetrics
DriveMetricsProvider::GetDriveMetricsOnFileThread() {
« no previous file with comments | « no previous file | chrome/browser/metrics/drive_metrics_provider_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698