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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h

Issue 2819413003: Refactor extension app icon. (Closed)
Patch Set: nit 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: chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
index 91a632b1a51a9fb4e5ebf73704ad2afa5001872d..82b7199f20498fa4f9c4d22c15682dfa14ffc177 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller.h
@@ -258,8 +258,6 @@ class ChromeLauncherController
// LauncherAppUpdater::Delegate:
void OnAppInstalled(content::BrowserContext* browser_context,
const std::string& app_id) override;
- void OnAppUpdated(content::BrowserContext* browser_context,
- const std::string& app_id) override;
void OnAppUninstalledPrepared(content::BrowserContext* browser_context,
const std::string& app_id) override;

Powered by Google App Engine
This is Rietveld 408576698