| Index: ash/display/display_layout_store.cc
|
| diff --git a/ash/display/display_layout_store.cc b/ash/display/display_layout_store.cc
|
| index faec7abe2ccc287fa14808d307d399634a3dddba..5ede80ba124b537da53ef568a519e1c6126ef9d2 100644
|
| --- a/ash/display/display_layout_store.cc
|
| +++ b/ash/display/display_layout_store.cc
|
| @@ -50,8 +50,8 @@ void DisplayLayoutStore::SetDefaultDisplayPlacement(
|
| void DisplayLayoutStore::RegisterLayoutForDisplayIdList(
|
| const DisplayIdList& list,
|
| scoped_ptr<DisplayLayout> layout) {
|
| - // A dev/beta channel may have a bad layout data saved in local state.
|
| - // TODO(oshima): Consider removing this a coulpe of milestones later.
|
| + // m50/51 dev/beta channel may have bad layout data saved in local state.
|
| + // TODO(oshima): Consider removing this after m53.
|
| if (list.size() == 2 && layout->placement_list.size() > 1)
|
| return;
|
|
|
|
|