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

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

Issue 11968034: Enable profile switching for standalone App Launcher via the Settings App. (Closed) Base URL: git://nomatter.syd/chromium/src.git@master
Patch Set: Created 7 years, 11 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_util.cc
diff --git a/chrome/browser/ui/app_list/app_list_util.cc b/chrome/browser/ui/app_list/app_list_util.cc
index bda19ce0922853b6386653027dcce8fde4c048a9..590f4ee021d23fe8ffa23509e4cb14699e26dad5 100644
--- a/chrome/browser/ui/app_list/app_list_util.cc
+++ b/chrome/browser/ui/app_list/app_list_util.cc
@@ -6,11 +6,12 @@
#include "build/build_config.h"
-namespace chrome {
+namespace app_list_controller {
tapted 2013/01/17 04:23:31 should be namespace chrome (there was an interveni
koz (OOO until 15th September) 2013/01/18 05:37:33 Done.
#if defined(OS_CHROMEOS)
// Default implementation for ports which do not have this implemented.
-void InitAppList() {}
+void InitAppList(Profile* profile) {}
+
#endif
-} // namespace chrome
+} // namespace app_list_controller

Powered by Google App Engine
This is Rietveld 408576698