Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Unified Diff: chrome/browser/chromeos/status/network_menu_icon.h

Issue 8681029: [cros] Make disconnected icons used by network drop-down and network button consistent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/header_bar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/status/network_menu_icon.h
diff --git a/chrome/browser/chromeos/status/network_menu_icon.h b/chrome/browser/chromeos/status/network_menu_icon.h
index f5d5343fb0723cbc71cfd3fdc1428bf81450a8cb..804dda76ec034d80c5a03907e1a67aa0ed919d9d 100644
--- a/chrome/browser/chromeos/status/network_menu_icon.h
+++ b/chrome/browser/chromeos/status/network_menu_icon.h
@@ -44,6 +44,11 @@ class NetworkMenuIcon : public ui::AnimationDelegate {
NetworkMenuIcon(Delegate* delegate, Mode mode);
virtual ~NetworkMenuIcon();
+ // Setter for |last_network_type_|
+ void set_last_network_type(ConnectionType last_network_type) {
+ last_network_type_ = last_network_type;
+ }
+
// Generates and returns the icon bitmap. This will never return NULL.
// Also sets |text| if not NULL. Behavior varies depending on |mode_|.
const SkBitmap GetIconAndText(string16* text);
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/header_bar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698