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

Unified Diff: chrome/browser/chromeos/login/captive_portal_window_proxy.h

Issue 63343004: Remove DialogDelegate::UseNewStyle and unused code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore [D]CHECKs and loop scoping. Created 7 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
Index: chrome/browser/chromeos/login/captive_portal_window_proxy.h
diff --git a/chrome/browser/chromeos/login/captive_portal_window_proxy.h b/chrome/browser/chromeos/login/captive_portal_window_proxy.h
index 05d75e2a25371038c001d9a5657779ab9e7b03f0..3ac5ae35be3c1eeff13ebee5202a0fcb1e077d59 100644
--- a/chrome/browser/chromeos/login/captive_portal_window_proxy.h
+++ b/chrome/browser/chromeos/login/captive_portal_window_proxy.h
@@ -7,7 +7,6 @@
#include "base/compiler_specific.h"
#include "base/memory/scoped_ptr.h"
-#include "ui/gfx/native_widget_types.h"
#include "ui/views/widget/widget_observer.h"
namespace content {
@@ -38,7 +37,6 @@ class CaptivePortalWindowProxy : public views::WidgetObserver {
typedef CaptivePortalWindowProxyDelegate Delegate;
CaptivePortalWindowProxy(Delegate* delegate,
- gfx::NativeWindow parent,
content::WebContents* web_contents);
virtual ~CaptivePortalWindowProxy();
@@ -98,7 +96,6 @@ class CaptivePortalWindowProxy : public views::WidgetObserver {
// Not owned by this class.
views::Widget* widget_;
scoped_ptr<CaptivePortalView> captive_portal_view_;
- gfx::NativeWindow parent_;
// Not owned by this class.
content::WebContents* web_contents_;

Powered by Google App Engine
This is Rietveld 408576698