| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| index 49b52228e2fd0cd83bcea2e07624f3088a033075..92b728fb42654b737f86940fa410ce148a7ed67d 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h
|
| @@ -114,9 +114,6 @@ class InternetOptionsHandler
|
| // Fills network information into JS dictionary for displaying network lists.
|
| void FillNetworkInfo(base::DictionaryValue* dictionary);
|
|
|
| - // Keep track of the service path for the network shown in the Details view.
|
| - std::string details_path_;
|
| -
|
| // Weak pointer factory so we can start connections at a later time
|
| // without worrying that they will actually try to happen after the lifetime
|
| // of this object.
|
|
|