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

Unified Diff: chrome/browser/extensions/extension_uninstall_dialog.h

Issue 2860663003: Make CWS Report Abuse page the active tab after report abuse and uninstall (Closed)
Patch Set: Addressing last nits 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/extensions/extension_uninstall_dialog.h
diff --git a/chrome/browser/extensions/extension_uninstall_dialog.h b/chrome/browser/extensions/extension_uninstall_dialog.h
index 384bd8e9212cdf1b258792a9e61af608c4696fda..642e1f63b0de2dd9f3ece6199e515c3340e81a8a 100644
--- a/chrome/browser/extensions/extension_uninstall_dialog.h
+++ b/chrome/browser/extensions/extension_uninstall_dialog.h
@@ -95,6 +95,10 @@ class ExtensionUninstallDialog
const gfx::ImageSkia& icon() const { return icon_; }
private:
+ // Uninstalls the extension. Returns true on success, and populates |error| on
+ // failure.
+ bool Uninstall(base::string16* error);
+
// Handles the "report abuse" checkbox being checked at the close of the
// dialog.
void HandleReportAbuse();
« no previous file with comments | « chrome/browser/extensions/extension_install_prompt.cc ('k') | chrome/browser/extensions/extension_uninstall_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698