| Index: chrome/browser/idle.h
|
| diff --git a/chrome/browser/idle.h b/chrome/browser/idle.h
|
| index 05b5066351400cdf28dcbb771294f9317c44953e..573b537f04401c465fc1e33ad6e0e8bd394cda27 100644
|
| --- a/chrome/browser/idle.h
|
| +++ b/chrome/browser/idle.h
|
| @@ -27,7 +27,7 @@ typedef base::Callback<void(IdleState)> IdleCallback;
|
|
|
| // Calculate the Idle state and notify the callback.
|
| void CalculateIdleState(unsigned int idle_threshold, IdleCallback notify);
|
| -// Calculate the Idle state synchronously and return the state.
|
| -IdleState CalculateIdleStateSync(unsigned int idle_threshold);
|
|
|
| +// Checks synchronously if Idle state is IDLE_STATE_LOCKED.
|
| +bool CheckIdleStateIsLocked();
|
| #endif // CHROME_BROWSER_IDLE_H_
|
|
|