Commit 5a36703
[iOS]Uses GaiaId type when possible in ['consistency promo']
GaiaId in iOS is currently often encoded as a NSString or more rarely
a std::string. It should ideally be replaced by GaiaId, a c++ class
that contains simply the gaia id (or an empty string to represents the
id missing).
In order for the migration not to break ios_internal, some virtual
method has to be temporarily duplicated, taking both kind of
arguments. In this case, both functions call the other function, and
the classes inheriting this abstract class must implement one of the
two functions.
This is part of the chain
+ crrev.com/c/7003548 (that is splitted)
- crrev.com/i/8634707
- crrev.com/c/7021136
- crrev.com/i/8650938
- crrev.com/c/7021672
This CL was uploaded by git cl split.
Bug: 449195064
Change-Id: I06956f2ad2435cbec322d430f250c985640790c3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7025631
Auto-Submit: Arthur Milchior <[email protected]>
Reviewed-by: Menghan Yang <[email protected]>
Commit-Queue: Menghan Yang <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1532371}1 parent 32ee0f8 commit 5a36703
File tree
1 file changed
+4
-4
lines changed- ios/chrome/browser/authentication/ui_bundled/signin/consistency_promo_signin
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
110 | | - | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments