Adding instrumentation to locate the source of jankiness
[chromium-blink-merge.git] / chrome / browser / sync / sessions / synced_window_delegates_getter.cc
blobd18aca4ef2c430a3c5d8d9170080c9222a441aa1
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/sync/sessions/synced_window_delegates_getter.h"
7 #include "chrome/browser/sync/glue/synced_window_delegate.h"
9 namespace browser_sync {
11 SyncedWindowDelegatesGetter::SyncedWindowDelegatesGetter() {}
13 SyncedWindowDelegatesGetter::~SyncedWindowDelegatesGetter() {}
15 const std::set<SyncedWindowDelegate*>
16 SyncedWindowDelegatesGetter::GetSyncedWindowDelegates() {
17 return SyncedWindowDelegate::GetSyncedWindowDelegates();
20 } // namespace browser_sync