Index: ui/app_list/app_list_switches.cc |
diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc |
index ec2ea1cf8a3019c8917e46fd62f577042417367e..f53ee8e4054903fd3378ecee160358ac26c369a8 100644 |
--- a/ui/app_list/app_list_switches.cc |
+++ b/ui/app_list/app_list_switches.cc |
@@ -78,8 +78,9 @@ bool IsCenteredAppListEnabled() { |
bool IsDriveAppsInAppListEnabled() { |
#if defined(OS_CHROMEOS) |
- return !CommandLine::ForCurrentProcess()->HasSwitch( |
- kDisableDriveAppsInAppList); |
+ // Disable Drive app integration due to http://crbug.com/420034 |
+ // TODO(xiyuan): Revisit this after the bug is fixed. |
+ return false; |
#else |
return false; |
#endif |