diff options
Diffstat (limited to 'chrome/browser/sync/glue/session_model_associator_unittest.cc')
-rw-r--r-- | chrome/browser/sync/glue/session_model_associator_unittest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/session_model_associator_unittest.cc b/chrome/browser/sync/glue/session_model_associator_unittest.cc index 12ccd3c..f63e44b 100644 --- a/chrome/browser/sync/glue/session_model_associator_unittest.cc +++ b/chrome/browser/sync/glue/session_model_associator_unittest.cc @@ -189,6 +189,7 @@ class SyncedTabDelegateMock : public SyncedTabDelegate { MOCK_CONST_METHOD0(GetBlockedNavigations, const std::vector<const content::NavigationEntry*>*()); MOCK_CONST_METHOD0(IsPinned, bool()); + MOCK_CONST_METHOD0(HasWebContents, bool()); }; class SyncRefreshListener : public content::NotificationObserver { |