| Index: extensions/browser/test_runtime_api_delegate.h
|
| diff --git a/extensions/browser/test_runtime_api_delegate.h b/extensions/browser/test_runtime_api_delegate.h
|
| index 76031e75cb62e63296cd7e284be98e98e66b7185..e42318da38cec608a0c5a3acc8b6fff9c5ed7334 100644
|
| --- a/extensions/browser/test_runtime_api_delegate.h
|
| +++ b/extensions/browser/test_runtime_api_delegate.h
|
| @@ -26,6 +26,7 @@ class TestRuntimeAPIDelegate : public RuntimeAPIDelegate {
|
| void OpenURL(const GURL& uninstall_url) override;
|
| bool GetPlatformInfo(api::runtime::PlatformInfo* info) override;
|
| bool RestartDevice(std::string* error_message) override;
|
| + void SetOnDeviceShutdownCallback(const base::Closure& callback) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestRuntimeAPIDelegate);
|
|
|