g_browser_process->GetFeatures()->application_locale_storage(),NOTE: BrowserProcessImpl::features_ is initialized on PreCreateThreads.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
// `application_locale_storage` must noe be nullptr, and must be valid whilenit: not
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
// `application_locale_storage` must noe be nullptr, and must be valid whileJun Ishiguronit: not
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/ash/login/session/chrome_session_manager.h
Insertions: 1, Deletions: 1.
@@ -55,7 +55,7 @@
// - Launches the auto launched kiosk app;
// - Resumes user sessions on crash-and-restart;
// - Starts a stub login session for dev or test;
- // `application_locale_storage` must noe be nullptr, and must be valid while
+ // `application_locale_storage` must not be nullptr, and must be valid while
// main RunLoop is running. `shared_url_loader_factory` must not be nullptr.
void Initialize(
ApplicationLocaleStorage* application_locale_storage,
```
login: Pass ApplicationLocaleStorage to LoginDisplayHost*
This CL passes ApplicationLocaleStorage to LoginDisplayHostCommon, and
its subclasses (LoginDisplayHostMojo and LoginDisplayHostWebUI).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |