Chromium Code Reviews| Index: chrome/browser/chromeos/status/network_dropdown_button.h |
| diff --git a/chrome/browser/chromeos/status/network_dropdown_button.h b/chrome/browser/chromeos/status/network_dropdown_button.h |
| index 8a9ac7aa2ad74cec9516b34bfc765e4e4c74d0a4..63951ef1f2c57cfa36ff7395928054e90edc689c 100644 |
| --- a/chrome/browser/chromeos/status/network_dropdown_button.h |
| +++ b/chrome/browser/chromeos/status/network_dropdown_button.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -37,6 +37,7 @@ class NetworkDropdownButton : public DropDownButton, |
| protected: |
| // NetworkMenu implementation: |
| virtual bool IsBrowserMode() const { return browser_mode_; } |
|
oshima
2011/04/14 17:27:31
OVERRIDE
rhashimoto
2011/04/14 18:27:04
Done.
|
| + virtual views::MenuButton* GetMenuButton() { return this; } |
| virtual gfx::NativeWindow GetNativeWindow() const { return parent_window_; } |
| virtual void OpenButtonOptions() {} |
| virtual bool ShouldOpenButtonOptions() const { return false; } |