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

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

Issue 8879022: retry 113568 - extensions: remove install/uninstall terminology (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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_install_ui.h
diff --git a/chrome/browser/extensions/extension_install_ui.h b/chrome/browser/extensions/extension_install_ui.h
index 93d41304a754390e5f655a2ab6aff734ecd91fed..e434029faa84b424b948293d5fcd6e0078996287 100644
--- a/chrome/browser/extensions/extension_install_ui.h
+++ b/chrome/browser/extensions/extension_install_ui.h
@@ -53,7 +53,7 @@ class ExtensionInstallUI : public ImageLoadingTracker::Observer {
PromptType type() const { return type_; }
// Getters for UI element labels.
- string16 GetDialogTitle() const;
+ string16 GetDialogTitle(const Extension* extension) const;
string16 GetHeading(std::string extension_name) const;
string16 GetAcceptButtonLabel() const;
bool HasAbortButtonLabel() const;
« no previous file with comments | « chrome/browser/extensions/extension_global_error.cc ('k') | chrome/browser/extensions/extension_install_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698