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

Unified Diff: chrome/browser/ui/app_list/search/app_result.h

Issue 176883003: Make InstallObserver methods not pure-virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 | « chrome/browser/ui/app_list/recommended_apps.cc ('k') | chrome/browser/ui/app_list/search/app_result.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search/app_result.h
diff --git a/chrome/browser/ui/app_list/search/app_result.h b/chrome/browser/ui/app_list/search/app_result.h
index 6872f9c7b8d312ca9e8091d76330248d556e7d61..061d17cca0f84d67d069620af92aac3a0a671633 100644
--- a/chrome/browser/ui/app_list/search/app_result.h
+++ b/chrome/browser/ui/app_list/search/app_result.h
@@ -73,22 +73,10 @@ class AppResult : public ChromeSearchResult,
virtual void ExtensionEnableFlowAborted(bool user_initiated) OVERRIDE;
// extensions::InstallObserver overrides:
- virtual void OnBeginExtensionInstall(
- const ExtensionInstallParams& params) OVERRIDE;
- virtual void OnDownloadProgress(const std::string& extension_id,
- int percent_downloaded) OVERRIDE;
- virtual void OnInstallFailure(const std::string& extension_id) OVERRIDE;
- virtual void OnExtensionInstalled(
- const extensions::Extension* extension) OVERRIDE;
virtual void OnExtensionLoaded(
const extensions::Extension* extension) OVERRIDE;
- virtual void OnExtensionUnloaded(
- const extensions::Extension* extension) OVERRIDE;
virtual void OnExtensionUninstalled(
const extensions::Extension* extension) OVERRIDE;
- virtual void OnAppsReordered() OVERRIDE;
- virtual void OnAppInstalledToAppList(
- const std::string& extension_id) OVERRIDE;
virtual void OnShutdown() OVERRIDE;
Profile* profile_;
« no previous file with comments | « chrome/browser/ui/app_list/recommended_apps.cc ('k') | chrome/browser/ui/app_list/search/app_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698