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

Unified Diff: chrome/browser/ui/app_list/app_list_service_disabled.cc

Issue 350883002: Refactor handling of --show-app-list command line. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix disabled stub [android] Created 6 years, 5 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/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;
+}
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service.cc ('k') | chrome/browser/ui/startup/startup_browser_creator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698