| Index: chrome/browser/chromeos/status/network_dropdown_button.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/status/network_dropdown_button.h (revision 64888)
|
| +++ chrome/browser/chromeos/status/network_dropdown_button.h (working copy)
|
| @@ -19,7 +19,7 @@
|
| // See NetworkMenu for more details.
|
| class NetworkDropdownButton : public views::MenuButton,
|
| public NetworkMenu,
|
| - public NetworkLibrary::NetworkManagerObserver {
|
| + public NetworkLibrary::Observer {
|
| public:
|
| NetworkDropdownButton(bool browser_mode, gfx::NativeWindow parent_window);
|
| virtual ~NetworkDropdownButton();
|
| @@ -27,8 +27,8 @@
|
| // AnimationDelegate implementation.
|
| virtual void AnimationProgressed(const Animation* animation);
|
|
|
| - // NetworkLibrary::NetworkManagerObserver implementation.
|
| - virtual void OnNetworkManagerChanged(NetworkLibrary* obj);
|
| + // NetworkLibrary::Observer implementation.
|
| + virtual void NetworkChanged(NetworkLibrary* obj);
|
|
|
| // Refreshes button state. Used when language has been changed.
|
| void Refresh();
|
|
|
| Property changes on: chrome/browser/chromeos/status/network_dropdown_button.h
|
| ___________________________________________________________________
|
| Deleted: svn:eol-style
|
| - LF
|
|
|
|
|