| Index: chrome/test/functional/ntp.py
|
| diff --git a/chrome/test/functional/ntp.py b/chrome/test/functional/ntp.py
|
| index 2e231ffdb5eb1107e805b4a20a8932c7c5ebbe72..78f41a1391cee852399b468018473a4ce6d17aaf 100644
|
| --- a/chrome/test/functional/ntp.py
|
| +++ b/chrome/test/functional/ntp.py
|
| @@ -16,10 +16,11 @@ class NTPTest(pyauto.PyUITest):
|
| # Default apps are registered in ProfileImpl::RegisterComponentExtensions().
|
| _EXPECTED_DEFAULT_APPS = [
|
| {u'name': u'Chrome Web Store'},
|
| - {u'name': u'Cloud Print'},
|
| ]
|
| if pyauto.PyUITest.IsChromeOS():
|
| _EXPECTED_DEFAULT_APPS.append({u'name': u'File Manager'})
|
| + else:
|
| + _EXPECTED_DEFAULT_APPS.append({u'name': u'Cloud Print'})
|
|
|
| # Default menu and thumbnail mode preferences are set in
|
| # ShownSectionsHandler::RegisterUserPrefs.
|
|
|