Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(666)

Unified Diff: chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc

Issue 611983004: Remove unused parameter in LoginWebDialog constructor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc
diff --git a/chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc b/chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc
index 53092f700f748634792550f46cadf05e615dabcc..ee1ce29822c958749e55e8b433eb5aba41ad003c 100644
--- a/chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc
+++ b/chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc
@@ -61,8 +61,7 @@ ProxySettingsDialog::ProxySettingsDialog(
delegate,
window,
base::string16(),
- GetURLForProxySettings(network.path()),
- LoginWebDialog::STYLE_BUBBLE) {
+ GetURLForProxySettings(network.path())) {
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
++instance_count_;
« no previous file with comments | « chrome/browser/chromeos/login/ui/login_web_dialog.cc ('k') | chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698