| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Reviewer source(s):
tl...@chromium.org is from context(googleclient/chrome/chromium_gwsq/chrome/browser/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. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Migrate ChromeDownloadManagerDelegate off CanSupportWindowFeature
OpenDownloadUsingPlatformHandler used
ScopedTabbedBrowserDisplayer::browser() only to call the deprecated
Browser::CanSupportWindowFeature() (the other uses, ShowSettingsSubPage
and OpenURL, already take a BrowserWindowInterface). Browser's method
just forwards to WindowFeatureController::From(this), and
WindowFeatureController::From() takes a BrowserWindowInterface, so call
it directly on browser_window_interface() instead.
This removes the last concrete-Browser use in the file, so drop the
chrome/browser/ui/browser.h include (adding window_feature_controller.h
and its GN dep).
R=chromium-bed...@google.com
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |