1 // Copyright 2015 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 #ifndef CHROME_BROWSER_SYNC_GLUE_SYNCED_SESSION_UTIL_H_
6 #define CHROME_BROWSER_SYNC_GLUE_SYNCED_SESSION_UTIL_H_
12 namespace browser_sync
{
14 // Checks whether the window has tabs to sync. If no tabs to sync, it returns
15 // true, false otherwise.
16 bool SessionWindowHasNoTabsToSync(const sessions::SessionWindow
& window
);
18 } // namespace browser_sync
20 #endif // CHROME_BROWSER_SYNC_GLUE_SYNCED_SESSION_UTIL_H_