| 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 b27f4db6d5ea093161f5f5c77fa78ea91ffea5f3..7755dde7f8c0a0072d8611142736f6d503eb137d 100644
|
| --- a/chrome/browser/chromeos/cros/network_library.h
|
| +++ b/chrome/browser/chromeos/cros/network_library.h
|
| @@ -18,6 +18,7 @@
|
| #include "base/observer_list.h"
|
| #include "base/string16.h"
|
| #include "base/timer.h"
|
| +#include "chrome/browser/chromeos/cros/network_ui_data.h"
|
| #include "third_party/cros/chromeos_network.h"
|
|
|
| namespace base {
|
| @@ -1790,7 +1791,8 @@ class NetworkLibrary {
|
|
|
| // Load networks from an Open Network Configuration blob.
|
| virtual bool LoadOncNetworks(const std::string& onc_blob,
|
| - const std::string& passcode) = 0;
|
| + const std::string& passcode,
|
| + NetworkUIData::ONCSource source) = 0;
|
|
|
| // This sets the active network for the network type. Note: priority order
|
| // is unchanged (i.e. if a wifi network is set to active, but an ethernet
|
|
|