Chromium Code Reviews| Index: chrome/browser/views/browser_actions_container.cc |
| =================================================================== |
| --- chrome/browser/views/browser_actions_container.cc (revision 30835) |
| +++ chrome/browser/views/browser_actions_container.cc (working copy) |
| @@ -420,6 +420,7 @@ |
| return; |
| HidePopup(); |
| + break; |
| default: |
| NOTREACHED() << L"Unexpected notification"; |
|
Evan Stade
2009/11/03 20:11:53
while you're here, could you remove this unsightly
|