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

Unified Diff: chrome/browser/extensions/theme_installed_infobar_delegate.cc

Issue 366015: Fix theme install crasher.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/theme_installed_infobar_delegate.cc
===================================================================
--- chrome/browser/extensions/theme_installed_infobar_delegate.cc (revision 30967)
+++ chrome/browser/extensions/theme_installed_infobar_delegate.cc (working copy)
@@ -69,7 +69,8 @@
return l10n_util::GetString(IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON);
}
default:
- NOTREACHED();
+ // The InfoBar will create a default OK button and make it invisible.
+ // TODO(mirandac): remove the default OK button from ConfirmInfoBar.
return L"";
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698