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

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

Issue 6209001: Change DCHECK in BookmarkBarGtk to DLOG and return. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: improve Observe() check, revert CreateAllBookmarkButtons to DCHECK Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmark_bar_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_install_ui_browsertest.cc
diff --git a/chrome/browser/extensions/extension_install_ui_browsertest.cc b/chrome/browser/extensions/extension_install_ui_browsertest.cc
index 6866325763caca7db0c1943fcc0b14482fb51a9d..c5ebc71a8611920c7cc909ba5ba52fd22de394d9 100644
--- a/chrome/browser/extensions/extension_install_ui_browsertest.cc
+++ b/chrome/browser/extensions/extension_install_ui_browsertest.cc
@@ -35,7 +35,7 @@ class ExtensionInstallUIBrowserTest : public ExtensionBrowserTest {
// Crashy, http://crbug.com/44548.
Paweł Hajdan Jr. 2011/01/21 09:13:44 nit: Please also remove the comment.
Tessa MacDuff 2011/01/21 21:33:02 Done.
IN_PROC_BROWSER_TEST_F(ExtensionInstallUIBrowserTest,
- DISABLED_TestThemeInstallUndoResetsToDefault) {
+ TestThemeInstallUndoResetsToDefault) {
// Install theme once and undo to verify we go back to default theme.
FilePath theme_path = test_data_dir_.AppendASCII("theme.crx");
ASSERT_TRUE(InstallExtensionWithUI(theme_path, 1));
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/bookmark_bar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698