• deepak.m1's avatar
    Bookmark pop-up doesn't open if Ctrl+D is set as keyboard shortcut for added extensions. · 54a7f399
    deepak.m1 authored
    Presently when we selects bookmark icon then it checks weather Ctrl+D has been set as overridden command for any extension if yes, then it executes extension popup for that extension.
    
    Changes done so that when bookmarking a page is done via bookmark icon by mouse click then bookmark overridden commands should not be considered as overriding happened for keyboard shortcuts.
    As user have overridden shortcut key for bookmark to launch extension pop up, not the bookmarking via selection of bookmark icon by mouse event.
    
    TBR=sky@chromium.org
    
    BUG=426791
    
    Review URL: https://codereview.chromium.org/765043002
    
    Cr-Commit-Position: refs/heads/master@{#308312}
    54a7f399
browser_commands.cc 47.2 KB