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

Unified Diff: chrome/browser/translate/translate_manager_render_view_host_unittest.cc

Issue 2270913002: fix icon toggling off bug by removing the line that disable window animation Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test breakage which was shadowed by the disable of window animation Created 4 years, 4 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/cocoa/translate/translate_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/translate/translate_manager_render_view_host_unittest.cc
diff --git a/chrome/browser/translate/translate_manager_render_view_host_unittest.cc b/chrome/browser/translate/translate_manager_render_view_host_unittest.cc
index 15411865974a221da6896ad94d5a505f2b962fac..1052ede70646b143b4c242e325fc6d8c8cca9c0e 100644
--- a/chrome/browser/translate/translate_manager_render_view_host_unittest.cc
+++ b/chrome/browser/translate/translate_manager_render_view_host_unittest.cc
@@ -482,6 +482,7 @@ class TranslateManagerRenderViewHostTest
ChromeRenderViewHostTestHarness::TearDown();
TranslateService::ShutdownForTesting();
+ translate::TranslateDownloadManager::GetInstance()->ResetForTesting();
}
void SetApplicationLocale(const std::string& locale) {
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/translate/translate_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698