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

Unified Diff: chrome/browser/views/page_info_window_view.cc

Issue 3538012: Use BubbleWindow for ChromeOS windows/dialogs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix win trybot Created 10 years, 2 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 | « chrome/browser/views/modal_dialog_delegate.cc ('k') | chrome/browser/views/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/page_info_window_view.cc
diff --git a/chrome/browser/views/page_info_window_view.cc b/chrome/browser/views/page_info_window_view.cc
index 4e6057bce42cdd3892b1bb5d250b46501b98611e..eee48ce2fd1e55132e7e3f9c160da496bf48e2b6 100644
--- a/chrome/browser/views/page_info_window_view.cc
+++ b/chrome/browser/views/page_info_window_view.cc
@@ -11,6 +11,7 @@
#include "chrome/browser/certificate_viewer.h"
#include "chrome/browser/page_info_model.h"
#include "chrome/browser/page_info_window.h"
+#include "chrome/browser/views/window.h"
#include "chrome/common/pref_names.h"
#include "grit/locale_settings.h"
#include "grit/generated_resources.h"
@@ -179,7 +180,7 @@ void PageInfoWindowView::Init(gfx::NativeWindow parent) {
}
}
- views::Window::CreateChromeWindow(parent, gfx::Rect(), this);
+ browser::CreateViewsWindow(parent, gfx::Rect(), this);
}
gfx::Size PageInfoWindowView::GetPreferredSize() {
« no previous file with comments | « chrome/browser/views/modal_dialog_delegate.cc ('k') | chrome/browser/views/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698