|
Implementation of SigninClient::GetSigninScopedDeviceId
This code stores device id in prefs. Device id needs to be cleared
when user signs out and, just in case, right before user signs in. In
all other cases chrome should keep old id. Code to send id is behind
command line flag for now.
This change covers desktop scenarios, doesn't cover chromeos.
I'll do that in followup changes.
BUG= 382968
R=rogerta@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281589
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+56 lines, -20 lines) |
Patch |
 |
M |
chrome/browser/signin/chrome_signin_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/chrome_signin_client.cc
|
View
|
1
|
3 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/signin_manager_factory.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper.h
|
View
|
|
3 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper.cc
|
View
|
1
|
10 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/browser/signin_client.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/browser/signin_manager.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/browser/test_signin_client.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/browser/test_signin_client.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/common/signin_pref_names.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/common/signin_pref_names.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/common/signin_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/signin/core/common/signin_switches.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|