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

Unified Diff: chrome/browser/ui/views/window.h

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Edit comments. Created 9 years, 1 month 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 | « chrome/browser/ui/views/update_recommended_message_box.cc ('k') | chrome/browser/ui/views/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/window.h
diff --git a/chrome/browser/ui/views/window.h b/chrome/browser/ui/views/window.h
index 20ea532b3c653ba8d07ae0e3eea1cf8e51d32880..25ef546a643dc459d522df1bc7476667281de9ae 100644
--- a/chrome/browser/ui/views/window.h
+++ b/chrome/browser/ui/views/window.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_UI_VIEWS_WINDOW_H_
#pragma once
+#include "chrome/browser/ui/dialog_style.h"
#include "ui/gfx/native_widget_types.h"
namespace views {
@@ -17,7 +18,8 @@ namespace browser {
// Create a window for given |delegate| using default frame view.
views::Widget* CreateViewsWindow(gfx::NativeWindow parent,
- views::WidgetDelegate* delegate);
+ views::WidgetDelegate* delegate,
+ DialogStyle style);
} // namespace browser
« no previous file with comments | « chrome/browser/ui/views/update_recommended_message_box.cc ('k') | chrome/browser/ui/views/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698