| Index: chrome/browser/chromeos/status/network_menu.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/status/network_menu.h (revision 61713)
|
| +++ chrome/browser/chromeos/status/network_menu.h (working copy)
|
| @@ -137,6 +137,9 @@
|
| // Called by RunMenu to initialize our list of menu items.
|
| void InitMenuItems();
|
|
|
| + // Shows network details in DOM UI options window.
|
| + void ShowTabbedNetworkSettings(const Network& network);
|
| +
|
| // Set to true if we are currently refreshing the menu.
|
| bool refreshing_menu_;
|
|
|
|
|