Chromium Code Reviews| Index: chrome/test/functional/ntp.py |
| =================================================================== |
| --- chrome/test/functional/ntp.py (revision 86287) |
| +++ chrome/test/functional/ntp.py (working copy) |
| @@ -19,6 +19,7 @@ |
| ] |
| if pyauto.PyUITest.IsChromeOS(): |
| _EXPECTED_DEFAULT_APPS.append({u'name': u'Get Started'}) |
| + _EXPECTED_DEFAULT_APPS.append({u'name': u'File Manager'}) |
| # Default menu and thumbnail mode preferences are set in |
| # ShownSectionsHandler::RegisterUserPrefs. |