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

Unified Diff: chrome/browser/chromeos/app_mode/certificate_manager_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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/help_app_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc
diff --git a/chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc b/chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc
index 4fc6c5d88a76052d6d9536101d00c41b0a21e6a2..6bac1cb7eb7c21e651a63446fb2781044db04f32 100644
--- a/chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc
+++ b/chrome/browser/chromeos/app_mode/certificate_manager_dialog.cc
@@ -42,8 +42,7 @@ CertificateManagerDialog::CertificateManagerDialog(
delegate,
window,
base::string16(),
- GURL(chrome::kChromeUICertificateManagerDialogURL),
- LoginWebDialog::STYLE_BUBBLE) {
+ GURL(chrome::kChromeUICertificateManagerDialogURL)) {
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
gfx::Rect screen_bounds(chromeos::CalculateScreenBounds(gfx::Size()));
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/help_app_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698