| Index: chrome/browser/ui/cocoa/browser_window_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| index 2d7e366c062c95a9e83bfd7f83ba80de306ab90b..0924910bf19db160e51b0835f593aff6af75ef2a 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h
|
| @@ -15,6 +15,7 @@
|
| #include <memory>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| +#include "base/time/time.h"
|
| #include "chrome/browser/extensions/browser_extension_window_controller.h"
|
| #include "chrome/browser/translate/chrome_translate_client.h"
|
| #import "chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.h"
|
| @@ -92,6 +93,7 @@ class Command;
|
| fullscreenTransition_;
|
| std::unique_ptr<FullscreenLowPowerCoordinatorCocoa>
|
| fullscreenLowPowerCoordinator_;
|
| + base::Time translateBubbleClosedTime_;
|
|
|
| // Strong. StatusBubble is a special case of a strong reference that
|
| // we don't wrap in a scoped_ptr because it is acting the same
|
|
|