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

Unified Diff: athena/home/home_card_impl.cc

Issue 498823002: Adds tests of home card state transition upon gestures. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | athena/home/home_card_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/home/home_card_impl.cc
diff --git a/athena/home/home_card_impl.cc b/athena/home/home_card_impl.cc
index 04b649a72993f32b6d63ff20a98bd1b3486b247c..80f9ce22b1167e79efc9e11ea7a0c5ad7b6d5670 100644
--- a/athena/home/home_card_impl.cc
+++ b/athena/home/home_card_impl.cc
@@ -208,7 +208,6 @@ class HomeCardGestureManager {
smaller_top = top;
}
- NOTREACHED();
return last_state_;
}
@@ -250,7 +249,6 @@ class HomeCardGestureManager {
}
smaller_bounds = bounds;
}
- NOTREACHED();
}
Delegate* delegate_;
« no previous file with comments | « no previous file | athena/home/home_card_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698