| Index: chrome/browser/ui/toolbar/toolbar_actions_model.cc
|
| diff --git a/chrome/browser/ui/toolbar/toolbar_actions_model.cc b/chrome/browser/ui/toolbar/toolbar_actions_model.cc
|
| index 3d586be3b35bc29fd88fcaef625f1948720e7720..f0e83999f120b7556f37082ae8fc17f4cfe393e1 100644
|
| --- a/chrome/browser/ui/toolbar/toolbar_actions_model.cc
|
| +++ b/chrome/browser/ui/toolbar/toolbar_actions_model.cc
|
| @@ -649,6 +649,10 @@ void ToolbarActionsModel::RemoveComponentAction(const std::string& action_id) {
|
| RemovePref(component_item);
|
| }
|
|
|
| +bool ToolbarActionsModel::ActionsInitialized() const {
|
| + return actions_initialized_;
|
| +}
|
| +
|
| void ToolbarActionsModel::IncognitoPopulate() {
|
| DCHECK(profile_->IsOffTheRecord());
|
| const ToolbarActionsModel* original_model =
|
|
|