| Index: chrome/browser/ui/bookmarks/bookmark_utils.h
 | 
| diff --git a/chrome/browser/ui/bookmarks/bookmark_utils.h b/chrome/browser/ui/bookmarks/bookmark_utils.h
 | 
| index efb9a20c757377235a0f3a8cfc8aa407acef7b8d..ee191c9604b98dcc1352b894ef867f66562f3810 100644
 | 
| --- a/chrome/browser/ui/bookmarks/bookmark_utils.h
 | 
| +++ b/chrome/browser/ui/bookmarks/bookmark_utils.h
 | 
| @@ -115,9 +115,10 @@ bool ShouldShowAppsShortcutInBookmarkBar(
 | 
|  
 | 
|  // Indicates how the bookmark shortcut has been changed by |extension|, if at
 | 
|  // all.
 | 
| -BookmarkShortcutDisposition GetBookmarkShortcutDisposition(
 | 
| -    const extensions::CommandService* command_service,
 | 
| -    const extensions::Extension* extension);
 | 
| +BookmarkShortcutDisposition GetBookmarkShortcutDisposition(Profile* profile);
 | 
| +
 | 
| +// Whether the menu item to bookmark a page should be shown.
 | 
| +bool ShouldShowBookmarkPageMenuItem(Profile* profile);
 | 
|  
 | 
|  }  // namespace chrome
 | 
|  
 | 
| 
 |