From 74d829f4a8eded864fcd2b92ea336007ba70792f Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Tue, 19 Jan 2010 07:43:18 +0000 Subject: Fix compile error from 36513. BUG=32361 TBR=tony@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36514 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/extensions/extension_install_prompt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/browser/views/extensions/extension_install_prompt.cc b/chrome/browser/views/extensions/extension_install_prompt.cc index 6a65291..bf1f795 100644 --- a/chrome/browser/views/extensions/extension_install_prompt.cc +++ b/chrome/browser/views/extensions/extension_install_prompt.cc @@ -43,7 +43,7 @@ class InstallDialogContent : public views::View, public views::DialogDelegate { Extension* extension, SkBitmap* icon, const std::wstring& warning_text, bool is_uninstall) : delegate_(delegate), icon_(NULL), warning_(NULL), - is_uninstall_(NULL), create_shortcut_(NULL) { + create_shortcut_(NULL), is_uninstall_(false) { if (extension->IsApp()) { icon_size_ = kIconSizeApp; right_column_width_ = kRightColumnWidthApp; -- cgit v1.1