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

Unified Diff: chrome/browser/sync/glue/session_model_associator_unittest.cc

Issue 22882007: Remove GetActiveEntry usage from chrome/browser/ui. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on ToT. Created 7 years, 2 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: chrome/browser/sync/glue/session_model_associator_unittest.cc
diff --git a/chrome/browser/sync/glue/session_model_associator_unittest.cc b/chrome/browser/sync/glue/session_model_associator_unittest.cc
index a380168e8ff1c005378bb76c02c52607c73d37dd..b311bb1a061096953403294a3d3511705cabafd4 100644
--- a/chrome/browser/sync/glue/session_model_associator_unittest.cc
+++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc
@@ -184,7 +184,7 @@ class SyncedTabDelegateMock : public SyncedTabDelegate {
MOCK_CONST_METHOD0(GetPendingEntryIndex, int());
MOCK_CONST_METHOD0(GetPendingEntry, content::NavigationEntry*());
MOCK_CONST_METHOD1(GetEntryAtIndex, content::NavigationEntry*(int i));
- MOCK_CONST_METHOD0(GetActiveEntry, content::NavigationEntry*());
+ MOCK_CONST_METHOD0(GetVisibleEntry, content::NavigationEntry*());
MOCK_CONST_METHOD0(ProfileIsManaged, bool());
MOCK_CONST_METHOD0(GetBlockedNavigations,
const std::vector<const content::NavigationEntry*>*());
« no previous file with comments | « chrome/browser/sync/glue/session_change_processor.cc ('k') | chrome/browser/sync/glue/synced_tab_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698