Chromium Code Reviews| 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..2784880cda1ce61f425a722aa5c026be3eab7ffe 100644 |
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.h |
| @@ -115,7 +115,7 @@ class InternetOptionsHandler |
| void FillNetworkInfo(base::DictionaryValue* dictionary); |
| // Keep track of the service path for the network shown in the Details view. |
| - std::string details_path_; |
| + std::string details_guid_; |
|
pneubeck (no reviews)
2015/03/13 09:54:20
I guess you tested something here.
Not used.
stevenjb
2015/03/13 17:01:14
Oops, thanks. I thought I could do this easily usi
|
| // Weak pointer factory so we can start connections at a later time |
| // without worrying that they will actually try to happen after the lifetime |