| Index: chrome/browser/cocoa/find_bar_cocoa_controller.h
|
| ===================================================================
|
| --- chrome/browser/cocoa/find_bar_cocoa_controller.h (revision 29830)
|
| +++ chrome/browser/cocoa/find_bar_cocoa_controller.h (working copy)
|
| @@ -39,6 +39,9 @@
|
| // running (stopAnimation is currently called before the last tab in a
|
| // window is removed).
|
| scoped_nsobject<NSViewAnimation> currentAnimation_;
|
| +
|
| + // If YES, do nothing as a result of find pasteboard update notifications.
|
| + BOOL suppressPboardUpdateActions_;
|
| };
|
|
|
| // Initializes a new FindBarCocoaController.
|
|
|