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

Unified Diff: athena/env/athena_env_unittest.cc

Issue 599683003: [Athena, Cleanup] rename WidnowManager::GetInstance -> ::Get (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fixed unittests Created 6 years, 3 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 | « athena/content/app_activity_registry.cc ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/env/athena_env_unittest.cc
diff --git a/athena/env/athena_env_unittest.cc b/athena/env/athena_env_unittest.cc
index e852f45fcee972632ffb77b1aef4ee028e2d95b9..126f87f5d473a0477c2d0f267a2ae20216165093 100644
--- a/athena/env/athena_env_unittest.cc
+++ b/athena/env/athena_env_unittest.cc
@@ -99,6 +99,8 @@ TEST_F(AthenaEnvTest, TerminatingCallback) {
// Adding empty callback should not fail.
env->AddTerminatingCallback(base::Closure());
env->OnTerminating();
+ env->RemoveTerminatingCallback(cb_1_2);
+ env->RemoveTerminatingCallback(cb_2_1);
}
namespace {
« no previous file with comments | « athena/content/app_activity_registry.cc ('k') | athena/home/home_card_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698