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

Unified Diff: chrome/browser/extensions/extension_toolbar_model.h

Issue 941373002: [Extensions] Fix extension toolbar crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/extensions/extension_toolbar_model.h
diff --git a/chrome/browser/extensions/extension_toolbar_model.h b/chrome/browser/extensions/extension_toolbar_model.h
index 9b9e30f9028789dad32630dff42726d9aaf90021..748264827c96390ee75d22b2b772f123df3c7396 100644
--- a/chrome/browser/extensions/extension_toolbar_model.h
+++ b/chrome/browser/extensions/extension_toolbar_model.h
@@ -187,7 +187,7 @@ class ExtensionToolbarModel : public content::NotificationObserver,
// takes the shortcut - looking at the regular model's content and modifying
// it.
void InitializeExtensionList();
- void Populate(const ExtensionIdList& positions);
+ void Populate(ExtensionIdList* positions);
void IncognitoPopulate();
// Save the model to prefs.

Powered by Google App Engine
This is Rietveld 408576698