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

Unified Diff: extensions/browser/api/runtime/runtime_api_delegate.h

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/browser/api/runtime/runtime_api.cc ('k') | extensions/browser/extension_registry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/runtime/runtime_api_delegate.h
diff --git a/extensions/browser/api/runtime/runtime_api_delegate.h b/extensions/browser/api/runtime/runtime_api_delegate.h
index f0ac21c4ae848f305cb65dac30ea4cb9f32e9151..e194d32db8f30076f411223f9166af956b61f23d 100644
--- a/extensions/browser/api/runtime/runtime_api_delegate.h
+++ b/extensions/browser/api/runtime/runtime_api_delegate.h
@@ -51,10 +51,6 @@ class RuntimeAPIDelegate {
// Unregisters an UpdateObserver on behalf of the runtime API.
virtual void RemoveUpdateObserver(UpdateObserver* observer) = 0;
- // Determines an extension's previously installed version if applicable.
- virtual base::Version GetPreviousExtensionVersion(
- const Extension* extension) = 0;
-
// Reloads an extension.
virtual void ReloadExtension(const std::string& extension_id) = 0;
« no previous file with comments | « extensions/browser/api/runtime/runtime_api.cc ('k') | extensions/browser/extension_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698