summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
Commit message (Collapse)AuthorAgeFilesLines
* Removes the link in the omnibox for searching history.sky@chromium.org2011-01-205-1387/+0
| | | | | | | | | BUG=58975 TEST=none Review URL: http://codereview.chromium.org/6268005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71963 0039d316-1c4b-4281-b951-d872f2087c98
* Duplicating sadtab.png to use as killtab.pnggspencer@chromium.org2011-01-181-0/+0
| | | | | | | | | | | until UI team creates production image. BUG=chromium-os:10711 TEST=checked to make sure the old killtab image isn't shown. Review URL: http://codereview.chromium.org/6334006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71709 0039d316-1c4b-4281-b951-d872f2087c98
* This adds a "killed tab" page to be displayed in the case where a tab is ↵gspencer@chromium.org2011-01-132-0/+1
| | | | | | | | | | | | | | | killed instead of crashing. It also adds "about:kill" to simulate kills. On ChromeOS killed tabs will be reloaded as soon as the user clicks on them unless they are the only tab, or the currently focused tab is killed. BUG=http://crosbug.com/10043, http://crosbug.com/10711 TEST=Built linux and ChromeOS Chrome and killed a tab, and then did about:crash and made sure that the "Aw, Snap!" page was displayed. Did about:kill and made sure kill page was displayed. Review URL: http://codereview.chromium.org/6053012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71360 0039d316-1c4b-4281-b951-d872f2087c98
* New art for the wrench menu BG page badge.atwilson@chromium.org2011-01-132-0/+0
| | | | | | | | | BUG=none TEST=run chrome, install app with background page, see new art on wrench menu Review URL: http://codereview.chromium.org/6252002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71339 0039d316-1c4b-4281-b951-d872f2087c98
* Make thumbnails closable in tabposethakis@chromium.org2011-01-121-0/+1
| | | | | | | | | | | | | | Also make the thumbnails left-aligned. The reason for this is that when thumbnails are closed, the reshuffling algorithm looks a bit busy. We want to eventually slide thumbs out on the left side on the window and then slide them back in from the right. BUG=50307 TEST= * Hover a thumb. It should show a close button. * Press opt. All thumbs should show a close button. * Press a close button. Thumb should close, the rest of the tabs should reshuffle. Review URL: http://codereview.chromium.org/5960008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71232 0039d316-1c4b-4281-b951-d872f2087c98
* Land binary files from http://codereview.chromium.org/5960008/ , so that I ↵thakis@chromium.org2011-01-121-0/+0
| | | | | | | | can send that patch to the tryservers. TBR=viettrungluu git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71210 0039d316-1c4b-4281-b951-d872f2087c98
* New background badges for wrench menu.atwilson@chromium.org2011-01-072-0/+0
| | | | | | | | | BUG=64144 TEST=enable extension with background page, view updated icon Review URL: http://codereview.chromium.org/6079014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70690 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Remove the yellow ball and replace it with a green arrow thing.rsesek@chromium.org2010-12-181-0/+0
| | | | | | | | | BUG=65742 TEST=Wait to be out-of-date (or uncomment some code in upgrade_detector.cc) and run with --check-for-update-interval=5. See green icon on Wrench menu button that matches the one in the menu. Review URL: http://codereview.chromium.org/6048001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69648 0039d316-1c4b-4281-b951-d872f2087c98
* Update OTR icon; deeper shadows match the other platforms better.avi@chromium.org2010-12-131-189/+261
| | | | | | | | | BUG=none TEST=OTR icon's glasses are near-black, not gray Review URL: http://codereview.chromium.org/5808002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69062 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Show onscreen bubble when brightness changes.derat@chromium.org2010-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | This adds a BrightnessLibrary class that registers to receive notification of brightness changes from the libcros code that I added in http://codereview.chromium.org/5640003/, a BrightnessBubble class to control an onscreen indicator of the current brightness level, and a BrightnessObserver class that wires up the two. This change depends on http://codereview.chromium.org/5603012/, which pulls the updated version of libcros into Chrome. BUG=chromium-os:8473,chromium-os:4816 TEST=built and tried it Review URL: http://codereview.chromium.org/5620004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68879 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add support for multiple volume icons.derat@chromium.org2010-12-062-1/+3
| | | | | | | | | | | | This makes us the appropriate icon depending on whether the volume is increasing, decreasing, or muted. BUG=chromium-os:8473 TEST=built it and tried the volume up, down, and mute keys in various combinations Review URL: http://codereview.chromium.org/5559004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68387 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Add new volume and brightness icons.derat@chromium.org2010-12-034-0/+0
| | | | | | | | | | | | | | I'm checking these in separately from the changes that will start using them so I can send those later changes to the trybots. BUG=chromium-os:8473,chromium-os:4816 TEST=none TBR=glotov Review URL: http://codereview.chromium.org/5597003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68242 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Use a different icon for the web store under Chromium than ↵aa@chromium.org2010-12-012-0/+2
| | | | | | | | | | | | | | | Google Chrome."" Took out web_store_icon.png from google_chrome directory, because it is supposed to come from DEPS. This reverts commit f4b669a21f11dbde983f6d1647e60753cd7fd8be. BUG=61019 TEST= TBR=laforge@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67896 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Use a different icon for the web store under Chromium than Google ↵aa@chromium.org2010-12-013-2/+0
| | | | | | | | | | Chrome." This reverts commit 9dac844f46dd3263a04854668a60489d8633e587. TBR=erikkay@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67892 0039d316-1c4b-4281-b951-d872f2087c98
* Use a different icon for the web store under Chromium than Google Chrome.aa@chromium.org2010-12-013-0/+2
| | | | | | | | | BUG=61019 TEST=Install an app on Chromium. Should see a bluish web store icon. Install on Google Chrome. Should see colorful version. Review URL: http://codereview.chromium.org/5413001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67878 0039d316-1c4b-4281-b951-d872f2087c98
* Updated images for user pods.avayvod@chromium.org2010-11-306-0/+0
| | | | | | | | | BUG=chromium-os:9692 TEST=Login as new user and skip profile picture screen several times. Verify profile pictures used for users. Review URL: http://codereview.chromium.org/5346007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67711 0039d316-1c4b-4281-b951-d872f2087c98
* New images used by default as profile pictures. Order is gray, green, blue, ↵avayvod@chromium.org2010-11-297-2/+2
| | | | | | | | | | | yellow, red. BUG=chromium-os:9692 TEST=Login as new user several times and verify that order for default pictures is as described above. Review URL: http://codereview.chromium.org/5379006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67584 0039d316-1c4b-4281-b951-d872f2087c98
* Add hover image for Add a User button on login screendpolukhin@chromium.org2010-11-262-0/+1
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=7292 TEST=manual Review URL: http://codereview.chromium.org/4841004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67466 0039d316-1c4b-4281-b951-d872f2087c98
* Use BRANDING settings for IE CEEE. Simplify chrome_dll_version handling.joi@chromium.org2010-11-261-1/+2
| | | | | | | | | | | | | | | | | | | Adding new CEEE_PRODUCT_FULLNAME key to the BRANDING file. Adapting version.h.in to define a preprocessor constant for it. Using this and the other version/product name constants in IE CEEE's .rc files. Piggybacking on MAD's recent changes to make %NAME% a variable in the .rgs files to fairly easily get the product name from branding in there. Naming the toolband with the product name directly (as it is what shows up in IE's View/Toolbars menu), the BHO with an added "Helper" and the broker with an added "Broker". Removing the 'chrome_dll_version' target from chrome.gyp, and skipping code generation of chrome_dll_version.rc. Instead we have a source file with that name, that includes the verson.h generated by the 'chrome_version_header' target. This is cleaner and less code generation. Fixing 'chrome_dll_nacl64' target, it seemed like it wanted to have version information, but it didn't. Cleaning up the way sources are specified in several of the chrome_tests.gypi targets, to use fewer source! statements just to remove source files that are Windows-only (put them in the Windows-only section instead). BUG=none TEST=Visible change should be that user-visible names in Chromium builds are like "Chromium Extensions Execution Environment" (with "Broker" or "Helper" appended when appropriate), i.e. they lose the "Google" part. Review URL: http://codereview.chromium.org/5360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67457 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Feedback button from the status bar and add it to the toolbar.rkc@chromium.org2010-11-224-1/+3
| | | | | | | | | | | | | | Side effect: Changed all instances of IDC_REPORT_BUG to IDC_FEEDBACK to correctly indicate the message BUG=chromium-os:5361 TEST=Verified visually that the status bar icon is gone and the toolbar icon is there; tested the toolbar icon to verify functionality. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65582 Review URL: http://codereview.chromium.org/4546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67023 0039d316-1c4b-4281-b951-d872f2087c98
* Use the new icons from Cole for about:conflicts.finnur@chromium.org2010-11-194-0/+1
| | | | | | | | | BUG=51105 TEST=None Review URL: http://codereview.chromium.org/5124004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66766 0039d316-1c4b-4281-b951-d872f2087c98
* [gtk] use new update badge on wrench menuestade@chromium.org2010-11-183-2/+0
| | | | | | | | | | | get rid of throb animation. BUG=27941 TEST=manual Review URL: http://codereview.chromium.org/5182004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66676 0039d316-1c4b-4281-b951-d872f2087c98
* New update and conflict icons from Glen.estade@chromium.org2010-11-186-0/+0
| | | | | | | | | | | Same icons, except the corner transparencies are cleaned up. BUG=51105, 27941 TEST=none Review URL: http://codereview.chromium.org/5214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66580 0039d316-1c4b-4281-b951-d872f2087c98
* Update the icons for the upgrade notification and the conflicts detected page.finnur@chromium.org2010-11-172-1/+6
| | | | | | | | | | | Since we no longer pulsate the notification dot I've also removed the animation. BUG=http://crbug.com/51105, http://crbug.com/27941 TEST=None Review URL: http://codereview.chromium.org/5056004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66412 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new badges and menu images for the wrench menu. These will replace a ↵finnur@chromium.org2010-11-166-0/+0
| | | | | | | | | | | | few of the images we have in an upcoming changelist. Checking it in now will allow us to use the try servers later to validate our changelists. TBR=glen BUG=None TEST=None Review URL: http://codereview.chromium.org/5064003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66264 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Removes the match preview tear image. Also removes the underlying ↵rohitrao@chromium.org2010-11-152-1/+0
| | | | | | | | | | | | resource files. Xib changes: Removed the close button and tear image. BUG=59068 TEST=Tear image should be gone. Review URL: http://codereview.chromium.org/5031001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66185 0039d316-1c4b-4281-b951-d872f2087c98
* Adding style notion to the TextButton.glotov@google.com2010-11-1319-0/+18
| | | | | | | | | | | Welcome screen uses different style of buttons. BUG=chromium-os:8468 TEST=none Review URL: http://codereview.chromium.org/4402001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66061 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 65813 - Removes the close button from instant on windows.sky@chromium.org2010-11-112-0/+1
| | | | | | | | | | | BUG=59068 TEST=none Review URL: http://codereview.chromium.org/4667008 TBR=sky@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65815 0039d316-1c4b-4281-b951-d872f2087c98
* Removes the close button from instant on windows.sky@chromium.org2010-11-112-1/+0
| | | | | | | | | BUG=59068 TEST=none Review URL: http://codereview.chromium.org/4667008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65813 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 65582 - Remove Feedback button from the status bar and add it to the ↵rvargas@google.com2010-11-094-3/+1
| | | | | | | | | | | | | | | | toolbar. Side effect: Changed all instances of IDC_REPORT_BUG to IDC_FEEDBACK to correctly indicate the message BUG=chromium-os:5361 TEST=Verified visually that the status bar icon is gone and the toolbar icon is there; tested the toolbar icon to verify functionality. Review URL: http://codereview.chromium.org/4546002 TBR=rkc@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65587 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Feedback button from the status bar and add it to the toolbar.rkc@chromium.org2010-11-094-1/+3
| | | | | | | | | | | | Side effect: Changed all instances of IDC_REPORT_BUG to IDC_FEEDBACK to correctly indicate the message BUG=chromium-os:5361 TEST=Verified visually that the status bar icon is gone and the toolbar icon is there; tested the toolbar icon to verify functionality. Review URL: http://codereview.chromium.org/4546002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65582 0039d316-1c4b-4281-b951-d872f2087c98
* New resources for camera UI: disabled snapshot button and initial camera image.avayvod@chromium.org2010-11-093-0/+2
| | | | | | | | BUG=chromium-os:8669 TEST=None. TBR=nkostylev@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65522 0039d316-1c4b-4281-b951-d872f2087c98
* First cut of the about:conflicts page, listing all DLLs loaded in the Chrome ↵finnur@chromium.org2010-11-081-0/+7
| | | | | | | | | | | process. BUG=http://crbug.com/51105, http://crbug.com/57239 TEST=Unit tests included. Review URL: http://codereview.chromium.org/4524002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65366 0039d316-1c4b-4281-b951-d872f2087c98
* New battery icons.chocobo@chromium.org2010-11-042-0/+0
| | | | | | | BUG=chromium-os:5612 TEST=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65080 0039d316-1c4b-4281-b951-d872f2087c98
* Check in new icons for network badgeschocobo@chromium.org2010-11-034-0/+3
| | | | | | | | | BUG=chromium-os:5612 TEST=None TBR=ers@chromium.org Review URL: http://codereview.chromium.org/4399001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64946 0039d316-1c4b-4281-b951-d872f2087c98
* Adding placeholder images so that I can use the try servers at a later point.finnur@chromium.org2010-11-034-0/+0
| | | | | | | | | | | | These will be replaced by actual images for the about:conflicts page. TBR=huanr BUG=61723 TEST=None, these are new pngs, will be used in my next changelist. Review URL: http://codereview.chromium.org/4236002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64902 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64888 - Push for ers:chocobo@chromium.org2010-11-034-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added handling of network ("service" in flimflam parlance) property changes. NetworkLibrary updates its Network objects in response to property changes, then calls any NetworkObservers that have registered for the given network. Use the is_active member of Network in various places to ensure that we are dealing with the correct network. Created separate observer classes for NetworkManager, Network, and CellularDataPlan, so that monitors can be established independently for each of them. Changed the callback method names to prepend "On", i.e., OnNetworkManagerChanged, OnNetworkChanged, OnCellularDataPlanChanged. Wired up signal strength update and network technology update in the status bar, network dropdown menu, and internet settings page. Added new icon badges for 1xRTT radio technology. These are used when EVDO coverage switches to 1xRTT. Just as is the case for the 3G icons, there are three 1x icons: normal, warn, and error. Please consider these icons to be placeholders if the UI folks think they need to be redesigned. Centralized choosing of the network technology badge in NetworkMenu::BadgeForNetworkTechnology. BUG=chromium-os:5612:chromium-os:7619,chromium-os:5917,chromium-os:4674 TEST=Extensive manual testing with different combinations of wi-fi and cellular networks connected and disconnected. Used a modified version of flimflam that randomly changes reported signal strength, network technology, and roaming state, and verified that the UI correctly reflected current values for the active network (roaming is not handled in the UI at this time). Review URL: http://codereview.chromium.org/4235005 TBR=chocobo@chromium.org Review URL: http://codereview.chromium.org/4229006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64889 0039d316-1c4b-4281-b951-d872f2087c98
* Push for ers:chocobo@chromium.org2010-11-034-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added handling of network ("service" in flimflam parlance) property changes. NetworkLibrary updates its Network objects in response to property changes, then calls any NetworkObservers that have registered for the given network. Use the is_active member of Network in various places to ensure that we are dealing with the correct network. Created separate observer classes for NetworkManager, Network, and CellularDataPlan, so that monitors can be established independently for each of them. Changed the callback method names to prepend "On", i.e., OnNetworkManagerChanged, OnNetworkChanged, OnCellularDataPlanChanged. Wired up signal strength update and network technology update in the status bar, network dropdown menu, and internet settings page. Added new icon badges for 1xRTT radio technology. These are used when EVDO coverage switches to 1xRTT. Just as is the case for the 3G icons, there are three 1x icons: normal, warn, and error. Please consider these icons to be placeholders if the UI folks think they need to be redesigned. Centralized choosing of the network technology badge in NetworkMenu::BadgeForNetworkTechnology. BUG=chromium-os:5612:chromium-os:7619,chromium-os:5917,chromium-os:4674 TEST=Extensive manual testing with different combinations of wi-fi and cellular networks connected and disconnected. Used a modified version of flimflam that randomly changes reported signal strength, network technology, and roaming state, and verified that the UI correctly reflected current values for the active network (roaming is not handled in the UI at this time). Review URL: http://codereview.chromium.org/4235005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64888 0039d316-1c4b-4281-b951-d872f2087c98
* Add Shutdown button to login/locker screen.oshima@chromium.org2010-10-301-0/+1
| | | | | | | | | | | | | * cleaned up code that are no longer in use. BUG=chromium-os:5763 TEST=maual. pressing shutdown button on login/locker will shutdown the system. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64272 Review URL: http://codereview.chromium.org/4054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64531 0039d316-1c4b-4281-b951-d872f2087c98
* New background images from Nicholas.sky@chromium.org2010-10-293-0/+0
| | | | | | | | | | BUG=none TEST=none TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/4098009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64450 0039d316-1c4b-4281-b951-d872f2087c98
* New icons for scrollbardavemoore@chromium.org2010-10-2812-0/+0
| | | | | | | | | | TBR:sky@chromium.org BUG=chromium-os:8355 TEST=None Review URL: http://codereview.chromium.org/4130011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64324 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add Shutdown button to login/locker screen."oshima@chromium.org2010-10-281-1/+0
| | | | | | | | | | | This reverts commit c2bafbefa8022337ba9520fd9a2f64fd2cd4c52f. BUG=none TEST=build bot should cycle green Review URL: http://codereview.chromium.org/4119015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64282 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing resource shutdown_icon.pngoshima@chromium.org2010-10-281-0/+0
| | | | | | | | | BUG=none TEST=buid bot should cycle green Review URL: http://codereview.chromium.org/4146011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64278 0039d316-1c4b-4281-b951-d872f2087c98
* Add Shutdown button to login/locker screen.oshima@chromium.org2010-10-281-0/+1
| | | | | | | | | | | * cleaned up code that are no longer in use. BUG=chromium-os:5763 TEST=maual. pressing shutdown button on login/locker will shutdown the system. Review URL: http://codereview.chromium.org/4054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64272 0039d316-1c4b-4281-b951-d872f2087c98
* Add logo display for fourth search engine in search engine selection dialog.mirandac@chromium.org2010-10-271-1/+2
| | | | | | | | | | BUG=57993 TEST=Set the search engine on your (non-Chrome) default browser to be NOT in the top three for your region. For USA, for example, you could use Baidu or Aol Search. Start Chrome with --first-run switch on an empty profile. You should see the fourth search engine selection represented by a logo, not just text (if it's included in the list of logos for which we have images). Review URL: http://codereview.chromium.org/4109001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64074 0039d316-1c4b-4281-b951-d872f2087c98
* New statusbar images for ChromeOS.chocobo@chromium.org2010-10-2699-35/+20
| | | | | | | | | | Cleaned up hacks for positioning statusbar icons. Changed network connecting animation to fading in and out of network bars. BUG=chromium-os:8135 TEST=manual Review URL: http://codereview.chromium.org/4154002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63984 0039d316-1c4b-4281-b951-d872f2087c98
* Remove execute bit from some image files, as it is causing checkperms to fail.eroman@chromium.org2010-10-212-0/+0
| | | | | | | TBR=sky Review URL: http://codereview.chromium.org/4020002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63303 0039d316-1c4b-4281-b951-d872f2087c98
* Images for opt-in promo. Separated out so I can get try results.sky@chromium.org2010-10-203-0/+2
| | | | | | | | | | TBR=ben@chromium.org BUG=58917 TEST=none Review URL: http://codereview.chromium.org/4019002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63286 0039d316-1c4b-4281-b951-d872f2087c98
* Checkin again with compile fix.chocobo@chromium.org2010-10-2022-0/+20
| | | | | | | | | Merge 63135 - Update icons to show lowdata and very lowdata for 3G data. BUG=chromium-os:5608 TEST=manual Review URL: http://codereview.chromium.org/3748005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63155 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 63135 - Update icons to show lowdata and very lowdata for 3G data.eroman@chromium.org2010-10-2022-20/+0
| | | | | | | | | | | | | Seems to be repsonsible for a compile failure. BUG=chromium-os:5608 TEST=manual Review URL: http://codereview.chromium.org/3748005 TBR=chocobo@chromium.org Review URL: http://codereview.chromium.org/3923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63145 0039d316-1c4b-4281-b951-d872f2087c98