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

Unified Diff: ios/chrome/browser/tabs/tab_model.h

Issue 2711343002: Remove unused notification kTabModelUserNavigatedNavigation. (Closed)
Patch Set: Rebase. Created 3 years, 10 months 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
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/tabs/tab_model.h
diff --git a/ios/chrome/browser/tabs/tab_model.h b/ios/chrome/browser/tabs/tab_model.h
index aa70df971ea38a66e45d57a05e8d59fb106fbef8..aab016e1489ab47eddbe62ee633e4355d04773c9 100644
--- a/ios/chrome/browser/tabs/tab_model.h
+++ b/ios/chrome/browser/tabs/tab_model.h
@@ -38,8 +38,6 @@ class WebState;
// kTabModelTabKey. This may fire multiple times during a load, for example, on
// redirects.
extern NSString* const kTabModelTabWillStartLoadingNotification;
-// Notification sent when user navigates away from the current page.
-extern NSString* const kTabModelUserNavigatedNotification;
// A tab started to load a URL. The tab in question is in the userInfo under
// kTabModelTabKey.
extern NSString* const kTabModelTabDidStartLoadingNotification;
« no previous file with comments | « ios/chrome/browser/tabs/tab.mm ('k') | ios/chrome/browser/tabs/tab_model.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698