X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui%2Fapp_list%2Fapp_list_switches.cc;h=5ce4e897780a32dc8083e5b93b1282b395ba7cf1;hb=f5180d0a4dfe13ef74567dc9aa75047c1a9cd6de;hp=37561fd693f7167967d3d2e7ab2dd13c1cfa8d35;hpb=669bbc0a54393464248e6bac22558cda42a9a350;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ui/app_list/app_list_switches.cc b/src/ui/app_list/app_list_switches.cc index 37561fd..5ce4e897 100644 --- a/src/ui/app_list/app_list_switches.cc +++ b/src/ui/app_list/app_list_switches.cc @@ -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