| Index: chrome/browser/chromeos/boot_times_loader.cc
|
| diff --git a/chrome/browser/chromeos/boot_times_loader.cc b/chrome/browser/chromeos/boot_times_loader.cc
|
| index 223259676d0e3750d305c2254957767bf59171de..f7ee8619292b0ef080c4975675a51af4cb1be756 100644
|
| --- a/chrome/browser/chromeos/boot_times_loader.cc
|
| +++ b/chrome/browser/chromeos/boot_times_loader.cc
|
| @@ -86,8 +86,6 @@ static const base::FilePath::CharType kUptimePrefix[] = FPL("uptime-");
|
| static const base::FilePath::CharType kDiskPrefix[] = FPL("disk-");
|
| // Name of the time that Chrome's main() is called.
|
| static const base::FilePath::CharType kChromeMain[] = FPL("chrome-main");
|
| -// Delay in milliseconds between file read attempts.
|
| -static const int64 kReadAttemptDelayMs = 250;
|
| // Delay in milliseconds before writing the login times to disk.
|
| static const int64 kLoginTimeWriteDelayMs = 3000;
|
|
|
|
|