Chromium Code Reviews| Index: chrome/browser/chromeos/ui_proxy_config_service.h |
| diff --git a/chrome/browser/chromeos/ui_proxy_config_service.h b/chrome/browser/chromeos/ui_proxy_config_service.h |
| index 05d867e572faf5c54ec0f358620cd22bd90cd17c..6962f0cfc8e85060e38f28b0f14c1202c0f04a58 100644 |
| --- a/chrome/browser/chromeos/ui_proxy_config_service.h |
| +++ b/chrome/browser/chromeos/ui_proxy_config_service.h |
| @@ -28,7 +28,7 @@ class UIProxyConfigService { |
| UIProxyConfigService(); |
| ~UIProxyConfigService(); |
| - void SetPrefs(PrefService* prefs); |
| + void SetPrefs(bool login_profile, PrefService* prefs); |
|
battre
2013/07/12 12:25:44
add comment?
// |login_profile| indicates whether
pneubeck (no reviews)
2013/07/12 16:00:44
Done. Also renamed login_profile to signin_screen.
|
| // Called by UI to set the network with service path |current_network| to be |
| // displayed or edited. Subsequent Set*/Get* methods will use this |
| @@ -58,6 +58,7 @@ class UIProxyConfigService { |
| // Proxy configuration of |current_ui_network_|. |
| UIProxyConfig current_ui_config_; |
| + bool login_profile_; |
| PrefService* pref_service_; |
| DISALLOW_COPY_AND_ASSIGN(UIProxyConfigService); |