Upstream version 11.39.250.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / app_list_switches.cc
index 37561fd..5ce4e89 100644 (file)
@@ -74,8 +74,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