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

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

Issue 292663018: [cros login] Cleanup: replace some of Profile usages with BrowserContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing include, fix ProxySettingsDialog ctor Created 6 years, 7 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.h
diff --git a/chrome/browser/chromeos/login/ui/proxy_settings_dialog.h b/chrome/browser/chromeos/login/ui/proxy_settings_dialog.h
index d61add14f8e97d22b564240c1f693b944adde470..1c1b90081558ecaec3b1ed6068182c536b3d0436 100644
--- a/chrome/browser/chromeos/login/ui/proxy_settings_dialog.h
+++ b/chrome/browser/chromeos/login/ui/proxy_settings_dialog.h
@@ -8,7 +8,9 @@
#include "chrome/browser/chromeos/login/ui/login_web_dialog.h"
#include "ui/gfx/native_widget_types.h"
-class Profile;
+namespace content {
+class BrowserContext;
+}
namespace chromeos {
@@ -20,7 +22,7 @@ class ProxySettingsDialog : public LoginWebDialog {
// Returns whether the dialog is being shown.
static bool IsShown();
- ProxySettingsDialog(Profile* profile,
+ ProxySettingsDialog(content::BrowserContext* browser_context,
const NetworkState& network,
LoginWebDialog::Delegate* delegate,
gfx::NativeWindow window);
« no previous file with comments | « chrome/browser/chromeos/login/ui/login_web_dialog.cc ('k') | chrome/browser/chromeos/login/ui/proxy_settings_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698