| Index: chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h b/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h
|
| index b39e0eb5ed41a4664f7ad528bd22b297b1d8a9f8..d44d83b413739cdc9e20cef29195c71936426130 100644
|
| --- a/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h
|
| +++ b/chrome/browser/ui/cocoa/wrench_menu/wrench_menu_controller.h
|
| @@ -61,14 +61,4 @@ class ZoomLevelObserver;
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
|
|
| -@interface WrenchMenuController (UnitTesting)
|
| -// |-dispatchWrenchMenuCommand:| calls this after it has determined the tag of
|
| -// the sender. The default implementation executes the command on the outermost
|
| -// run loop using |-performSelector...withDelay:|. This is not desirable in
|
| -// unit tests because it's hard to test around run loops in a deterministic
|
| -// manner. To avoid those headaches, tests should provide an alternative
|
| -// implementation.
|
| -- (void)dispatchCommandInternal:(NSInteger)tag;
|
| -@end
|
| -
|
| #endif // CHROME_BROWSER_UI_COCOA_WRENCH_MENU_WRENCH_MENU_CONTROLLER_H_
|
|
|