This source file includes following definitions.
- GetSyncedWindowDelegates
#include "chrome/browser/sync/sessions2/synced_window_delegates_getter.h"
#include "chrome/browser/sync/glue/synced_window_delegate.h"
namespace browser_sync {
SyncedWindowDelegatesGetter::SyncedWindowDelegatesGetter() {}
SyncedWindowDelegatesGetter::~SyncedWindowDelegatesGetter() {}
const std::set<SyncedWindowDelegate*>
SyncedWindowDelegatesGetter::GetSyncedWindowDelegates() {
return SyncedWindowDelegate::GetSyncedWindowDelegates();
}
}