To help with review: there is no logic change here, this is just a rename of web_signin_bridge.h, I'm not sure why it didn't get marked as such.
[Difftool](https://diff.googleplex.com/#key=rFwJI4o1ZjXw)
Ditto, this is a rename of web_signin_bridge.cc.
[Difftool for easier review](https://diff.googleplex.com/#key=tvukoUTbTOuk)
Same here, this is a rename of WebSigninBridge.
[Difftool](https://diff.googleplex.com/#key=8fhSwA4knqkW)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Shadowed: quac...@google.com
Reviewer source(s):
mlb...@google.com, quac...@google.com is from context(googleclient/chrome/chromium_gwsq/chrome/browser/signin/android/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
trackWebSigninWithIdentityManager:(signin::IdentityManager*)identityManagerIdeally this method should be renamed to `trackSigninWithIdentityManager:accountReconcilor:signinAccount:withCallback:withTimeout:.`
std::unique_ptr<signin::SigninTracker> _webSigninTracker;Please fix this WARNING reported by ios reviewer: Consider renaming the instance variable _webSigninTracker to _signinTracker to align with the new accessPoint-agnostic class name.
- (void)webSigninFinishedWithResult:(signin::SigninTracker::Result)result {Ideally, this should be renamed to `signinFinishedWithResult:`
Adding chrome-signin-team@ for the components/ files.
trackWebSigninWithIdentityManager:(signin::IdentityManager*)identityManagerIdeally this method should be renamed to `trackSigninWithIdentityManager:accountReconcilor:signinAccount:withCallback:withTimeout:.`
Done
std::unique_ptr<signin::SigninTracker> _webSigninTracker;Please fix this WARNING reported by ios reviewer: Consider renaming the instance variable _webSigninTracker to _signinTracker to align with the new accessPoint-agnostic class name.
Done
- (void)webSigninFinishedWithResult:(signin::SigninTracker::Result)result {Ideally, this should be renamed to `signinFinishedWithResult:`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Shadowed: mlb...@google.com
Reviewer source(s):
mlb...@google.com, msa...@chromium.org is from context(googleclient/chrome/chromium_gwsq/components/signin/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
class SigninTracker : public IdentityManager::Observer,I feel this name is a bit too generic as "sign in" could refer to adding a primary account or web sign in. This class waits for cookies to be minted so `web_signin_tracker` seems accurate.
Do you have a particular use case for this class? Maybe we could come up with a different name based on that otherwise I think we should stick with `web_signin_tracker`
As discussed offline, some renames in the components seem undesired (Liza already flagged them as well).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Removing Mihai from reviewers as I think his ownership is no longer needed. Liza, would you mind taking a new look?
To help with review: there is no logic change here, this is just a rename of web_signin_bridge.h, I'm not sure why it didn't get marked as such.
[Difftool](https://diff.googleplex.com/#key=rFwJI4o1ZjXw)
Acknowledged
Ditto, this is a rename of web_signin_bridge.cc.
[Difftool for easier review](https://diff.googleplex.com/#key=tvukoUTbTOuk)
Acknowledged
Same here, this is a rename of WebSigninBridge.
[Difftool](https://diff.googleplex.com/#key=8fhSwA4knqkW)
Acknowledged
class SigninTracker : public IdentityManager::Observer,I feel this name is a bit too generic as "sign in" could refer to adding a primary account or web sign in. This class waits for cookies to be minted so `web_signin_tracker` seems accurate.
Do you have a particular use case for this class? Maybe we could come up with a different name based on that otherwise I think we should stick with `web_signin_tracker`
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |