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

Unified Diff: extensions/browser/test_runtime_api_delegate.cc

Issue 2892843002: Remove RuntimeAPIDelegate::GetPreviousVersion. (Closed)
Patch Set: address missing comments 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.cc
diff --git a/extensions/browser/test_runtime_api_delegate.cc b/extensions/browser/test_runtime_api_delegate.cc
index d9624b5839d79cb94fb6296177b013b58527694b..1416d49b5409b36484be24e1ccc6185f9a010cf8 100644
--- a/extensions/browser/test_runtime_api_delegate.cc
+++ b/extensions/browser/test_runtime_api_delegate.cc
@@ -22,11 +22,6 @@ void TestRuntimeAPIDelegate::AddUpdateObserver(UpdateObserver* observer) {
void TestRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) {
}
-base::Version TestRuntimeAPIDelegate::GetPreviousExtensionVersion(
- const Extension* extension) {
- return base::Version();
-}
-
void TestRuntimeAPIDelegate::ReloadExtension(const std::string& extension_id) {
}
« no previous file with comments | « extensions/browser/test_runtime_api_delegate.h ('k') | extensions/shell/browser/shell_runtime_api_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698