| 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_;
|
|
|