 Chromium Code Reviews
 Chromium Code Reviews Issue 12618014:
  Switch Next Window Key functionality  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master
    
  
    Issue 12618014:
  Switch Next Window Key functionality  (Closed) 
  Base URL: http://git.chromium.org/chromium/src.git@master| Index: ash/focus_cycler.cc | 
| diff --git a/ash/focus_cycler.cc b/ash/focus_cycler.cc | 
| index 80ef4322eee6c10817b08aad5dc412ef265ac856..ee9d22f4aa473fe312e7d0187bc24d0f727e15fb 100644 | 
| --- a/ash/focus_cycler.cc | 
| +++ b/ash/focus_cycler.cc | 
| @@ -17,7 +17,7 @@ namespace ash { | 
| namespace { | 
| bool HasFocusableWindow() { | 
| - return !WindowCycleController::BuildWindowList(NULL).empty(); | 
| + return !WindowCycleController::BuildWindowList(NULL, false).empty(); | 
| } | 
| } // namespace |