summaryrefslogtreecommitdiffstats
path: root/ash
Commit message (Collapse)AuthorAgeFilesLines
* Mac Aura fails compile and some testsdhollowa@chromium.org2012-03-034-3/+20
| | | | | | | | | | | | | Fixes compile errors and marks failing tests as FAILED to get bots green. Will tackle proper fixes to tests in follow-on CLs. BUG=None TEST=ShellTest.FAILS_OverlappingWindowModeBasics, CompactLayoutManagerTest.FAILS_TransitionTest, RootWindowEventFilterTest.FAILS_TransformActivate, ToplevelWindowEventFilterTest.FAILS_EscapeReverts R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9585028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124807 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: Update window frames, allow resize from outside windowjamescook@chromium.org2012-03-021-4/+0
| | | | | | | | | | | | | | | * New window frames, still behind a flag as there's more refinement to do for incognito, popups, and maximized windows. * Translucent frames now only require a single layer the size of the window instead of two. We may be able to cut the layer size in the future to the area of the window header + toolbar * Rewrite BrowserNonClientFrameViewAura * Use updated art assets from crrev.com/124602 * Allow windows optionally to specify that hit tests should include a region a few pixels outside the window. For Aura browser windows this area acts as non-client area resize handles which we need because the window frame borders are now very thin or not present at all. BUG=113075 TEST=manual, visual inspection of browser active, inactive, incognito, popup, hosted, and app windows. Updated aura_unittest for Window to check the expanded bounds. Review URL: https://chromiumcodereview.appspot.com/9580001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124743 0039d316-1c4b-4281-b951-d872f2087c98
* Switch default WM mode to managedoshima@chromium.org2012-03-025-6/+32
| | | | | | | | | | | | Don't align window to grid when restoring window. BUG=none TEST=none Review URL: http://codereview.chromium.org/9513004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124718 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Update the volume icon for various levels of volumes.sadrul@chromium.org2012-03-024-47/+89
| | | | | | | | | | BUG=110130 TEST=none Review URL: http://codereview.chromium.org/9585004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124692 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Add entry for power and date.sadrul@chromium.org2012-03-029-3/+465
| | | | | | | | | BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9562008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124690 0039d316-1c4b-4281-b951-d872f2087c98
* Switching back the backgroung to JPG.saintlou@chromium.org2012-03-021-3/+2
| | | | | | | | | | | After this is landed I will remove ui/resources/aura/wallpaper.png in CL 9566044. BUG=105508 TEST=none Review URL: https://chromiumcodereview.appspot.com/9567037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124670 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Fix a couple of crashes when quitting.sadrul@chromium.org2012-03-021-0/+2
| | | | | | | | | BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9583001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124669 0039d316-1c4b-4281-b951-d872f2087c98
* Gestures are now possible using touch events with any idstdresser@chromium.org2012-03-021-4/+6
| | | | | | | | | | | | | | | | | | Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer. The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches. A lower point_id indicates that a touch occurred first. BUG=113144 TEST=GestureRecognizerTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123989 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124071 Review URL: http://codereview.chromium.org/9452024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124668 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Implement app list M19 mock.xiyuan@chromium.org2012-03-0224-835/+388
| | | | | | | | | | | | | | | | | | | | | | - Make AppListModel flat, i.e. remove AppListItemGroupModel and its view; - Move BuildAppListModel from ShellDelegate into AppListViewDelegate; - Make AppListModelBuilder ready to support simple query; - Make AppListItemView based on CustomButton and get rid of its listener interface since we can use ButtonListener for that now; - Update UI based on M19 mock: - AppListItemView show label on its right instead of bottom; - AppListItemView has a mouse hover effect now; - AppListModelView show AppListItemView tiles alphabetically from top to bottom instead of from left to right; - AppListView to occupy full screen include area behind the launcher; - AppListView to have a 0.4 black shade; BUG=98308 TEST=Verify applist should look like M19 mock. Review URL: https://chromiumcodereview.appspot.com/9559005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124661 0039d316-1c4b-4281-b951-d872f2087c98
* Make the strings in the ash uber tray translatable.sadrul@chromium.org2012-03-023-9/+31
| | | | | | | | | BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9572010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124653 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-024-17/+20
| | | | | | | | | http://crbug.com/112131 TEST=none Review URL: http://codereview.chromium.org/9535025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124635 0039d316-1c4b-4281-b951-d872f2087c98
* Double clicking the resize handle should expand window along that axis.ben@chromium.org2012-03-025-4/+171
| | | | | | | | | http://crbug.com/116073 TEST=see unit tests Review URL: http://codereview.chromium.org/9570037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124597 0039d316-1c4b-4281-b951-d872f2087c98
* Ups the grid size to 16.sky@chromium.org2012-03-011-1/+1
| | | | | | | | | | | BUG=none TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9570029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124531 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the full screen switching browser window dipping below launcher bar issue.jennyz@chromium.org2012-03-0112-27/+126
| | | | | | | | | | BUG=114497 TEST=The browser window should not dipping under the launcher bar when toggling with full screen mode. Review URL: http://codereview.chromium.org/9515003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124524 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 124461 - Remove the singleton instance get/delete methods from ↵ben@chromium.org2012-03-014-20/+17
| | | | | | | | | | | | | RootWindow (yay) http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9535025 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9564023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124479 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the singleton instance get/delete methods from RootWindow (yay)ben@chromium.org2012-03-014-17/+20
| | | | | | | | http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9535025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124461 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 124071 - Gestures are now possible using touch events with any idsrbyers@chromium.org2012-03-011-6/+4
| | | | | | | | | | | | | | | | | | | Reverting because this CL caused any tap in a tab contents (on device) to trigger a browser crash. See issue 116314 for details. -- Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer. The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches. A lower point_id indicates that a touch occurred first. BUG=113144 TEST=GestureRecognizerTest.* TBR=tdresser@chromium.org Review URL: https://chromiumcodereview.appspot.com/9566020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124451 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt 2: Allows tab dragging when maximized on aura. To fix it I made it sosky@chromium.org2012-03-0114-27/+107
| | | | | | | | | | | | | | | | that you can drag a maximized window when tab dragging and no constraints are imposed on the window. Only when the mouse is released do we do anything. This only handles the multiple tab case, if you've selected all the tabs in a maximized window we won't detach. BUG=116074 TEST=none R=ben@chromium.org TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9566014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124440 0039d316-1c4b-4281-b951-d872f2087c98
* Change Aura desktop background behavior.saintlou@chromium.org2012-03-011-4/+44
| | | | | | | | | BUG=116298 TEST=none Review URL: http://codereview.chromium.org/9557001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124424 0039d316-1c4b-4281-b951-d872f2087c98
* Only maximize on double left click.flackr@chromium.org2012-03-011-1/+3
| | | | | | | | | BUG=115514 TEST=Double middle or right click on the window title bar. The window should no longer maximize. Review URL: https://chromiumcodereview.appspot.com/9555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124409 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 124385 - Allows tab dragging when maximized on aura. To fix it I made ↵battre@chromium.org2012-03-0113-104/+27
| | | | | | | | | | | | | | | | | | | | | | | | it so that you can drag a maximized window when tab dragging and no constraints are imposed on the window. Only when the mouse is released do we do anything. This only handles the multiple tab case, if you've selected all the tabs in a maximized window we won't detach. BUG=116074 TEST=none R=ben@chromium.org Reverting to fix linker issues, see http://crbug.com/116074 for details. Review URL: http://codereview.chromium.org/9549009 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9565004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124387 0039d316-1c4b-4281-b951-d872f2087c98
* Allows tab dragging when maximized on aura. To fix it I made it sosky@chromium.org2012-03-0113-27/+104
| | | | | | | | | | | | | | | | that you can drag a maximized window when tab dragging and no constraints are imposed on the window. Only when the mouse is released do we do anything. This only handles the multiple tab case, if you've selected all the tabs in a maximized window we won't detach. BUG=116074 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9549009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124385 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Add a tray item for the user.sadrul@chromium.org2012-03-016-6/+246
| | | | | | | | | | | | | | The item includes the logged in users name/email, and buttons to shut-down/signout/lock. BUG=110130 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=124349 Review URL: https://chromiumcodereview.appspot.com/9561003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124368 0039d316-1c4b-4281-b951-d872f2087c98
* Makes windows no longer open maximized by default.sky@chromium.org2012-03-016-109/+3
| | | | | | | | | | BUG=116268 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9558004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124364 0039d316-1c4b-4281-b951-d872f2087c98
* Makes sure switching workspaces only animations windows that want tosky@chromium.org2012-03-012-1/+27
| | | | | | | | | | | | | be shown. BUG=116337 TEST=covered by tests R=ben@chromium.org Review URL: http://codereview.chromium.org/9557005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124360 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 124349 - ash uber tray: Add a tray item for the user.mattm@chromium.org2012-03-016-246/+6
| | | | | | | | | | | | | | | The item includes the logged in users name/email, and buttons to shut-down/signout/lock. BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9561003 TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/9545016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124350 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Add a tray item for the user.sadrul@chromium.org2012-03-016-6/+246
| | | | | | | | | | | | The item includes the logged in users name/email, and buttons to shut-down/signout/lock. BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9561003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124349 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Change Aura desktop background behavior."saintlou@chromium.org2012-03-011-39/+4
| | | | | | | | | | | | This reverts commit 7fdf4eb7cd05b725d246ef8be99eb43784ed5ad3. R=saintlou@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9549024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124326 0039d316-1c4b-4281-b951-d872f2087c98
* Change Aura desktop background behavior.saintlou@chromium.org2012-03-011-4/+39
| | | | | | | | | BUG=116298 TEST=none Review URL: https://chromiumcodereview.appspot.com/9557001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124322 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Do not use deprecated ResourceBundle::GetBitmapNamed() function.tfarina@chromium.org2012-02-295-18/+20
| | | | | | | | | | | | Instead use the recommended ResourceBundle::GetImageNamed() function and convert it to the native type appropriately. BUG=58030 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9516002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124269 0039d316-1c4b-4281-b951-d872f2087c98
* aura: Add support for smaller, lighter shadows.derat@chromium.org2012-02-295-14/+93
| | | | | | | | | | | | These are displayed behind tooltips and menus. BUG=115402 TEST=added a tiny test to check that we use the new shadow style; also manually checked that tooltips and menus get the small shadow but other windows get the larger active/inactive shadows TBR=ben@chromium.org Review URL: http://codereview.chromium.org/9508004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124255 0039d316-1c4b-4281-b951-d872f2087c98
* Removes scaling windows while dragigng.sky@chromium.org2012-02-293-72/+1
| | | | | | | | | | | BUG=116266 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9537017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124237 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Use imperative verbs for Audio related methods.tfarina@chromium.org2012-02-293-15/+15
| | | | | | | | R=sadrul@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9508002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124221 0039d316-1c4b-4281-b951-d872f2087c98
* Convert a bunch of AuraTestBase users to AshTestBase.ben@chromium.org2012-02-2915-171/+134
| | | | | | | | http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9522012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124220 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Show just the volume/brightness item when user presses ↵sadrul@chromium.org2012-02-295-24/+56
| | | | | | | | | | | | | appropriate keys. This CL implements SystemTrayItem::PopupDetailedView. This will be used for network details etc. too. BUG=110130,110131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9539002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124213 0039d316-1c4b-4281-b951-d872f2087c98
* Hide the mouse cursor when it boots in ChromeOS.mukai@chromium.org2012-02-293-2/+20
| | | | | | | | | | | | | This is originally implemented in CrOS's platform/window-manager but ported here for Aura. BUG=111385 TEST=manually Review URL: http://codereview.chromium.org/9416091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124207 0039d316-1c4b-4281-b951-d872f2087c98
* views: Tell SliderListener's how the slider value was changed.sadrul@chromium.org2012-02-292-2/+8
| | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9533013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124199 0039d316-1c4b-4281-b951-d872f2087c98
* When locking the screen via Ctrl-Shift-L from wrench menu,pkotwicz@chromium.org2012-02-294-2/+133
| | | | | | | | | | | | login screen menus do not work, because wrench menu is not fully closed. Made Noop events always make it to inner loop in the nested_dispatcher such that the menu can fully close itself via noop event. Bug=113247 Testing=Manual Review URL: http://codereview.chromium.org/9381008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124127 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Make it possible for the system to send notifications to the ↵sadrul@chromium.org2012-02-2913-20/+135
| | | | | | | | | | | | | | | tray. Volume/Brightness change notifications are sent from the system to the tray. This can be useful to update the tray items when something changes (either automatically, or by means other than the tray itself) BUG=110130,110131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9522003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124091 0039d316-1c4b-4281-b951-d872f2087c98
* Gestures are now possible using touch events with any idstdresser@chromium.org2012-02-291-4/+6
| | | | | | | | | | | | | | | | Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer. The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches. A lower point_id indicates that a touch occurred first. BUG=113144 TEST=GestureRecognizerTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123989 Review URL: http://codereview.chromium.org/9452024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124071 0039d316-1c4b-4281-b951-d872f2087c98
* ash/wm: Put the remaining functions from window_util.h into wm namespace.tfarina@chromium.org2012-02-2815-51/+37
| | | | | | | | | BUG=115846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9501002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124055 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Some adjustments after discussing with UX.sadrul@chromium.org2012-02-289-43/+100
| | | | | | | | | | | | | | | | * Add padding for the volume/brightness sliders. * Consolidate 'Settings' and 'Help' items into one. * Remove margin of the popup. * Move the trays in ash::internal namespace. * Hover effect on settings/help items. * Fix a crash when clicking on the status-view without closing the popup. BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9475041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124002 0039d316-1c4b-4281-b951-d872f2087c98
* Makes windows scale slightly when dragging the caption. Also wiredsky@chromium.org2012-02-288-17/+139
| | | | | | | | | | | | through reverting drag logic. BUG=none TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9455063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123995 0039d316-1c4b-4281-b951-d872f2087c98
* Adds an animation for switching workspaces.sky@chromium.org2012-02-284-28/+193
| | | | | | | | | | BUG=none TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9476022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123994 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 123984 for check_deps failure - When locking the screen via Ctrl-Shift-Lmattm@chromium.org2012-02-284-134/+2
| | | | | | | | | | | | | | | | | | | | from wrench menu, login screen menus do not work, because wrench menu is not fully closed. Made Noop events always make it to inner loop in the nested_dispatcher such that the menu can fully close itself via noop event. Bug=113247 Testing=Manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123500 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123669 Review URL: https://chromiumcodereview.appspot.com/9381008 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9507001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123992 0039d316-1c4b-4281-b951-d872f2087c98
* When locking the screen via Ctrl-Shift-L from wrench menu,pkotwicz@chromium.org2012-02-284-2/+134
| | | | | | | | | | | | | | | | login screen menus do not work, because wrench menu is not fully closed. Made Noop events always make it to inner loop in the nested_dispatcher such that the menu can fully close itself via noop event. Bug=113247 Testing=Manual Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123500 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123669 Review URL: https://chromiumcodereview.appspot.com/9381008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123984 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in closing window while in workspaces. The crash wassky@chromium.org2012-02-281-2/+2
| | | | | | | | | | | | | | | | | occuring because NativeWidgetAura was deleting the restore bounds but leaving them on the window so that when WorkspaceLayoutManager also deleted the restore bounds we crashed. I'm changing NativeWidgetAura to clear the property. Since obervers are passed the old value I'm also changing the code to use a scoped_ptr so that the old value hasn't been deleted when observers are notified. BUG=none TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9479026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123980 0039d316-1c4b-4281-b951-d872f2087c98
* ash uber tray: Add a brightness controller.sadrul@chromium.org2012-02-279-7/+135
| | | | | | | | | | | | | The brightness controller shows up and you can drag the slider, but it doesn't actually work, because of apparent lack of appropriate libcros API. But that can be fixed separately. BUG=110130 TEST=none Review URL: https://chromiumcodereview.appspot.com/9481011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123818 0039d316-1c4b-4281-b951-d872f2087c98
* ash: A first step for the uber tray.sadrul@chromium.org2012-02-2718-0/+642
| | | | | | | | | | | | | | | | | As a first step, there are items to open settings, help pages, and an item to allow [un]muting volume. The resources have not been uploaded yet. That will be done in a separate CL to allow this one to go through trybots etc. This new uber-tray can be turned on at runtime using --ash-uber-tray flag. BUG=110130 TEST=none yet. will be added when a little more fleshed out. Review URL: https://chromiumcodereview.appspot.com/9463039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123799 0039d316-1c4b-4281-b951-d872f2087c98
* ash: Remove extra parentheses on index calculation in ↵tfarina@chromium.org2012-02-271-2/+2
| | | | | | | | | | | LauncherModel::ItemIndexByID(). R=sky@chromium.org TEST=aura_shell_unittests --gtest_filter=LauncherModel* Review URL: https://chromiumcodereview.appspot.com/9463042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123752 0039d316-1c4b-4281-b951-d872f2087c98