Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: extensions/browser/test_runtime_api_delegate.h

Issue 2892843002: Remove RuntimeAPIDelegate::GetPreviousVersion. (Closed)
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698