| Index: chrome/browser/chromeos/cros/network_library.h
|
| diff --git a/chrome/browser/chromeos/cros/network_library.h b/chrome/browser/chromeos/cros/network_library.h
|
| index ddc019609382a517973d9b952daa2be7735d7831..842d7c8529fde3086f458327377ad33112d387c3 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -590,6 +590,7 @@ class Network {
|
| NetworkProfileType profile_type() const { return profile_type_; }
|
|
|
| const std::string& unique_id() const { return unique_id_; }
|
| + int priority_order() const { return priority_order_; }
|
|
|
| const std::string& proxy_config() const { return proxy_config_; }
|
|
|
|
|