| 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..549fc13bb9997fbbb812ace05be999046a84cecc 100644
|
| --- a/extensions/browser/test_runtime_api_delegate.h
|
| +++ b/extensions/browser/test_runtime_api_delegate.h
|
| @@ -18,8 +18,6 @@ class TestRuntimeAPIDelegate : public RuntimeAPIDelegate {
|
| // RuntimeAPIDelegate implementation.
|
| void AddUpdateObserver(UpdateObserver* observer) override;
|
| void RemoveUpdateObserver(UpdateObserver* observer) override;
|
| - base::Version GetPreviousExtensionVersion(
|
| - const Extension* extension) override;
|
| void ReloadExtension(const std::string& extension_id) override;
|
| bool CheckForUpdates(const std::string& extension_id,
|
| const UpdateCheckCallback& callback) override;
|
|
|