Chromium Code Reviews| Index: chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h |
| diff --git a/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h b/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h |
| index f3d0fd4cac27f1329c6baf6550f6fa9b5b6bff8b..58e9699a56688eeba19a6c8515e17d79b70f553f 100644 |
| --- a/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h |
| +++ b/chrome/browser/chromeos/login/signin/merge_session_throttling_utils.h |
| @@ -25,6 +25,8 @@ namespace merge_session_throttling_utils { |
| // page load. |
| using CompletionCallback = base::Closure; |
| +bool ShouldAttachNavigationThrottle(); |
|
oshima
2016/07/20 21:53:31
please document this
Charlie Harrison
2016/07/21 14:15:22
Done.
|
| + |
| // Checks if session is already merged. This is safe to call on all threads. |
| bool AreAllSessionMergedAlready(); |