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

Unified Diff: extensions/shell/browser/shell_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
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_runtime_api_delegate.cc
diff --git a/extensions/shell/browser/shell_runtime_api_delegate.cc b/extensions/shell/browser/shell_runtime_api_delegate.cc
index 1d0a06fa8bdab594d67d28ca806bb39962ee6872..ec04668efca1e360f640357bab7a908143b40e8d 100644
--- a/extensions/shell/browser/shell_runtime_api_delegate.cc
+++ b/extensions/shell/browser/shell_runtime_api_delegate.cc
@@ -28,11 +28,6 @@ void ShellRuntimeAPIDelegate::AddUpdateObserver(UpdateObserver* observer) {
void ShellRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) {
}
-base::Version ShellRuntimeAPIDelegate::GetPreviousExtensionVersion(
- const Extension* extension) {
- return base::Version();
-}
-
void ShellRuntimeAPIDelegate::ReloadExtension(const std::string& extension_id) {
}
« no previous file with comments | « extensions/shell/browser/shell_runtime_api_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698