Index: chrome/browser/ui/app_list/app_list_service_disabled.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc |
index 5261459f3e3d1f01df1bc0720cd48df84b9b219a..1def820e1a0b790dad721f0d5265c229b65348a9 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_disabled.cc |
+++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc |
@@ -68,4 +68,8 @@ void AppListService::InitAll(Profile* initial_profile) {} |
void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {} |
// static |
-void AppListService::RecordShowTimings(const base::CommandLine& command_line) {} |
+bool AppListService::HandleLaunchCommandLine( |
+ const base::CommandLine& command_line, |
+ Profile* launch_profile) { |
+ return false; |
+} |