| Index: chrome/browser/chromeos/status/network_menu.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/status/network_menu.h (revision 64888)
|
| +++ chrome/browser/chromeos/status/network_menu.h (working copy)
|
| @@ -115,12 +115,11 @@
|
| // |black| is used to specify whether to return a black icon for display
|
| // on a light background or a white icon for display on a dark background.
|
| static SkBitmap IconForNetworkStrength(int strength, bool black);
|
| +
|
| // Returns the Icon for a network strength for CellularNetwork |cellular|.
|
| // This returns different colored bars depending on cellular data left.
|
| static SkBitmap IconForNetworkStrength(const CellularNetwork* cellular);
|
| - // Returns the Badge for a given network technology.
|
| - // This returns different colored symbols depending on cellular data left.
|
| - static SkBitmap BadgeForNetworkTechnology(const CellularNetwork* cellular);
|
| +
|
| // This method will convert the |icon| bitmap to the correct size for display.
|
| // If the |badge| icon is not empty, it will draw that on top of the icon.
|
| static SkBitmap IconForDisplay(SkBitmap icon, SkBitmap badge);
|
|
|