Do not use hardcoded identifier in password manager user authorization
password_manager_util_mac uses hardcoded "com.google.Chrome", since rest of the code is pretty generic we would like to use this file directly in Opera, however we want to use something like com.operasoftware.Opera, since that information is can already be retrieved from [base::mac::MainBundle() bundleIdentifier] we can just use it and append ".show-passwords". BUG=447344 Review URL: https://codereview.chromium.org/817333002 Cr-Commit-Position: refs/heads/master@{#317037}
Showing
Please register or sign in to comment