Allow networkingPrivate to request configure UI
Currently if networkingPrivate attempts to connect to an unconfigured network, the request fails and the UI is expected to handle configuraiton. Until network configuration is fully integrated into the new Settings UI, we need Chrome to handle the configuration UI. This CL: * Adds HandleConnectFailed to NetworkingPrivateDelegate::UIDelegate * Suppresses a redundant notification when a connect to an unconfigured network fails. Also: * Updates the logging in the notification code * Handles "expected" errors in network_summary.js to avoid "unhandled lastError" messages when requesting a connect to an unconfigured network. BUG=515987 Review URL: https://codereview.chromium.org/1272003002 Cr-Commit-Position: refs/heads/master@{#342391}
Showing
Please register or sign in to comment