| Index: chrome/browser/automation/testing_automation_provider.h
|
| diff --git a/chrome/browser/automation/testing_automation_provider.h b/chrome/browser/automation/testing_automation_provider.h
|
| index 842b9890dab124a88099e08534285648bfb59386..af265682d9a4849161aa291c4229ed9431f96449 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.h
|
| +++ b/chrome/browser/automation/testing_automation_provider.h
|
| @@ -1344,6 +1344,9 @@ class TestingAutomationProvider : public AutomationProvider,
|
|
|
| // chromeos::PowerManagerClient::Observer overrides.
|
| virtual void PowerChanged(const chromeos::PowerSupplyStatus& status) OVERRIDE;
|
| + virtual void LockScreen() OVERRIDE;
|
| + virtual void UnlockScreen() OVERRIDE;
|
| +
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| void WaitForTabCountToBecome(int browser_handle,
|
|
|