| Index: chrome/browser/ui/app_list/apps_model_builder.h
|
| diff --git a/chrome/browser/ui/app_list/apps_model_builder.h b/chrome/browser/ui/app_list/apps_model_builder.h
|
| index 0898dd900979ee700f64228bb4332f3e51c35ac2..fce95b6a01818548ff2d51b02433f4151ef8aab5 100644
|
| --- a/chrome/browser/ui/app_list/apps_model_builder.h
|
| +++ b/chrome/browser/ui/app_list/apps_model_builder.h
|
| @@ -41,6 +41,9 @@ class AppsModelBuilder : public ui::ListModelObserver,
|
| // Returns app instance with id |extension_id|.
|
| ExtensionAppItem* GetApp(const std::string& extension_id);
|
|
|
| + // Sets the profile that this builder will use to build the model.
|
| + void SetProfile(Profile* profile);
|
| +
|
| private:
|
| typedef std::vector<ExtensionAppItem*> Apps;
|
|
|
|
|