Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6719)

Unified Diff: chrome/browser/ui/cocoa/history_menu_bridge.mm

Issue 5695006: Audit some Mac TODOs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698