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

Unified Diff: chrome/browser/tabs/tab_strip_model.h

Issue 7134026: Multi-tab: Renaming TabStripModel::GetSelectedTabContents to GetActiveTabContents (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renaming in tab_strip_controller.mm too. Created 9 years, 6 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 | « chrome/browser/extensions/extension_tabs_module.cc ('k') | chrome/browser/tabs/tab_strip_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tabs/tab_strip_model.h
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h
index e711b493a90d0bd02f7b1d5a2ee5dd4d66f52313..df4d83b4559b245d1e66855dfead270f58aaa5fb 100644
--- a/chrome/browser/tabs/tab_strip_model.h
+++ b/chrome/browser/tabs/tab_strip_model.h
@@ -241,9 +241,8 @@ class TabStripModel : public NotificationObserver {
// 1)
void MoveSelectedTabsTo(int index);
- // Returns the currently selected TabContents, or NULL if there is none.
- // TODO(sky): rename to GetActiveTabContents.
- TabContentsWrapper* GetSelectedTabContents() const;
+ // Returns the currently active TabContents, or NULL if there is none.
+ TabContentsWrapper* GetActiveTabContents() const;
// Returns the TabContentsWrapper at the specified index, or NULL if there is
// none.
« no previous file with comments | « chrome/browser/extensions/extension_tabs_module.cc ('k') | chrome/browser/tabs/tab_strip_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698