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

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

Issue 2819413003: Refactor extension app icon. (Closed)
Patch Set: Xiyuan's comments, extra unit tests + fix one more issue with badging Created 3 years, 8 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_impl.h
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
index e9a67927248383a783afe11e3ed886aa01f0e50a..fcba57af35d4bb4aa8f48c503ee0bee8ddb27965 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl.h
@@ -136,8 +136,6 @@ class ChromeLauncherControllerImpl
// 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