| Index: chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| diff --git a/chrome/browser/ui/cocoa/history_menu_bridge.mm b/chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| index 36cb9b7e073fce8330593c757cf54aefde3a2149..8e3402408805489f7b8e2695d9dd68d73ef78baa 100644
|
| --- a/chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| +++ b/chrome/browser/ui/cocoa/history_menu_bridge.mm
|
| @@ -82,7 +82,6 @@ HistoryMenuBridge::HistoryMenuBridge(Profile* profile)
|
| Init();
|
| }
|
|
|
| - // TODO(???): NULL here means we're OTR. Show this in the GUI somehow?
|
| tab_restore_service_ = profile_->GetTabRestoreService();
|
| if (tab_restore_service_) {
|
| tab_restore_service_->AddObserver(this);
|
|
|