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

Unified Diff: chrome/browser/ui/app_list/apps_model_builder.h

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove junk from list_model.h Created 7 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/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;

Powered by Google App Engine
This is Rietveld 408576698