| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Shadowed: ame...@google.com
Reviewer source(s):
alex...@chromium.org, ame...@google.com is from context(googleclient/chrome/chromium_gwsq/components/signin/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
// Scopes from chormium sourceDuncan Mercersame here
Done
// Scopes from chormium sourceDuncan Mercernit: typo
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: chrome/browser/signin/chrome_signin_client_unittest.cc
Insertions: 2, Deletions: 2.
@@ -138,7 +138,7 @@
signin::ScopeSet scopes = consumer.GetScopes();
- // Scopes from chormium source
+ // Scopes from chromium source
EXPECT_THAT(scopes, testing::Contains(GaiaConstants::kClearCutOAuth2Scope));
EXPECT_THAT(scopes, testing::Contains(GaiaConstants::kLensOAuth2Scope));
@@ -164,7 +164,7 @@
signin::ScopeSet scopes = consumer.GetScopes();
- // Scopes from chormium source
+ // Scopes from chromium source
EXPECT_THAT(scopes, testing::Contains(GaiaConstants::kClearCutOAuth2Scope));
EXPECT_THAT(scopes, testing::Contains(GaiaConstants::kLensOAuth2Scope));
```
[Contextual Tasks] Switch CHECK in GetOAuthConsumerForContextualTasks
Switch the CHECK in GetOAuthConsumerForContextualTasks to check
IsContextualTasksUIEnabled() instead of kContextualTasks. A previous CL
added a new flag to allow users to get to the Contextual Tasks side
panel with the kContextualTasks flag, which causes this CHECK to fail.
Context: crrev.com/c/8086133
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |