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

Unified Diff: ios/chrome/browser/tabs/BUILD.gn

Issue 2703333006: Move the notion of current Tab from TabModel to WebStateList. (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
Index: ios/chrome/browser/tabs/BUILD.gn
diff --git a/ios/chrome/browser/tabs/BUILD.gn b/ios/chrome/browser/tabs/BUILD.gn
index 25da2f8bf5e64f18ae7c4a2c5067d51137953ae2..343af87da3c8d89bde7598de0bbf236fedeb0faa 100644
--- a/ios/chrome/browser/tabs/BUILD.gn
+++ b/ios/chrome/browser/tabs/BUILD.gn
@@ -12,7 +12,6 @@ source_set("tabs") {
"tab_model.h",
"tab_model_list.h",
"tab_model_observer.h",
- "tab_model_order_controller.h",
"tab_model_synced_window_delegate.h",
"tab_model_synced_window_delegate_getter.h",
"tab_private.h",
@@ -123,7 +122,8 @@ source_set("tabs_internal_arc") {
"tab_model_observers.mm",
"tab_model_observers_bridge.h",
"tab_model_observers_bridge.mm",
- "tab_model_order_controller.mm",
+ "tab_model_selected_tab_observer.h",
+ "tab_model_selected_tab_observer.mm",
"tab_parenting_observer.h",
"tab_parenting_observer.mm",
]
« no previous file with comments | « ios/chrome/browser/snapshots/snapshot_cache_web_state_list_observer.mm ('k') | ios/chrome/browser/tabs/tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698