| Index: chrome/browser/ui/app_list/app_list_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
|
| index 97b8ef6cd9d926eb184d25d601f40b904db31ff9..ebb8f68df5878efae19bb941e8172d9dfe5d0dd4 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service.h
|
| @@ -60,7 +60,7 @@ class AppListService {
|
|
|
| // Enable the app list. What this does specifically will depend on the host
|
| // operating system and shell.
|
| - virtual void EnableAppList() = 0;
|
| + virtual void EnableAppList(Profile* initial_profile) = 0;
|
|
|
| // Get the window the app list is in, or NULL if the app list isn't visible.
|
| virtual gfx::NativeWindow GetAppListWindow() = 0;
|
|
|