| Index: chrome/browser/ui/webui/chromeos/login/network_dropdown.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/network_dropdown.h b/chrome/browser/ui/webui/chromeos/login/network_dropdown.h
|
| index 7fd6f978af7f4748ed34a0f4714b55232129ac45..73e2d0ec370dd0fa9e113a564a2139b732b16886 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/network_dropdown.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/network_dropdown.h
|
| @@ -22,7 +22,7 @@ class NetworkDropdown : public NetworkMenu::Delegate,
|
| NetworkLibrary::NetworkManagerObserver,
|
| public LoginHtmlDialog::Delegate {
|
| public:
|
| - NetworkDropdown(WebUI* web_ui, gfx::NativeWindow parent_window);
|
| + NetworkDropdown(WebUI* web_ui, gfx::NativeWindow parent_window, bool oobe);
|
| virtual ~NetworkDropdown();
|
|
|
| // This method should be called, when item with the given id is chosen.
|
| @@ -63,6 +63,9 @@ class NetworkDropdown : public NetworkMenu::Delegate,
|
|
|
| WebUI* web_ui_;
|
|
|
| + // Is the dropdown shown on one of the OOBE screens.
|
| + bool oobe_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(NetworkDropdown);
|
| };
|
|
|
|
|