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

Unified Diff: chrome/test/functional/ntp.py

Issue 6912024: Support for component extensions as apps on the new tab page. Added filebrowser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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
Index: chrome/test/functional/ntp.py
===================================================================
--- chrome/test/functional/ntp.py (revision 83882)
+++ 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'})
Nirnimesh 2011/05/03 22:06:50 If you don't mind could you run these tests to con
dgozman 2011/05/24 12:55:21 Ok, I run these tests. But they succeed, if I comm
Nirnimesh 2011/05/24 17:29:43 Did you emerge chromeos-chrome after commenting 'G
# Default menu and thumbnail mode preferences are set in
# ShownSectionsHandler::RegisterUserPrefs.
« chrome/browser/resources/ntp/apps.js ('K') | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698