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

Unified Diff: chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc

Issue 8872009: Revert 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/ui/gtk/extensions/extension_install_dialog_gtk.cc
===================================================================
--- chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc (revision 113568)
+++ chrome/browser/ui/gtk/extensions/extension_install_dialog_gtk.cc (working copy)
@@ -76,7 +76,7 @@
// Build the dialog.
dialog_ = gtk_dialog_new_with_buttons(
- UTF16ToUTF8(prompt.GetDialogTitle(extension)).c_str(),
+ UTF16ToUTF8(prompt.GetDialogTitle()).c_str(),
parent,
GTK_DIALOG_MODAL,
NULL);

Powered by Google App Engine
This is Rietveld 408576698