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

Unified Diff: chrome/browser/ui/webui/ntp/app_launcher_handler.h

Issue 7920023: Fix crashes related to the extension uninstall dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make Show() pure virtual Created 9 years, 3 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/webui/ntp/app_launcher_handler.h
diff --git a/chrome/browser/ui/webui/ntp/app_launcher_handler.h b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
index ed21da9828be99cb01623a7d89a7f29fbf898241..1508f3b8f0b49a7a89c61986f04a135f7c594818 100644
--- a/chrome/browser/ui/webui/ntp/app_launcher_handler.h
+++ b/chrome/browser/ui/webui/ntp/app_launcher_handler.h
@@ -141,8 +141,8 @@ class AppLauncherHandler : public WebUIMessageHandler,
void PromptToEnableApp(const std::string& extension_id);
// ExtensionUninstallDialog::Delegate:
- virtual void ExtensionDialogAccepted() OVERRIDE;
- virtual void ExtensionDialogCanceled() OVERRIDE;
+ virtual void ExtensionUninstallAccepted() OVERRIDE;
+ virtual void ExtensionUninstallCanceled() OVERRIDE;
// ExtensionInstallUI::Delegate:
virtual void InstallUIProceed() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698