Skip to content

Commit 151c223

Browse files
ergunshDevtools-frontend LUCI CQ
authored andcommitted
[GdpIntegration] Use profile/u/me instead of profile/u/ only
Bug: none Change-Id: I4ba64b1817e6086c2510c2be18f28eecbbe1985a Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6929597 Commit-Queue: Nikolay Vitkov <[email protected]> Reviewed-by: Nikolay Vitkov <[email protected]> Auto-Submit: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent b95a187 commit 151c223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/core/host/GdpClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface Profile {
6969
}
7070

7171
// TODO(crbug.com/441679275): Update once the API is enabled for prod.
72-
export const GOOGLE_DEVELOPER_PROGRAM_PROFILE_LINK = 'https://developers.devsite.corp.google.com/profile/u/';
72+
export const GOOGLE_DEVELOPER_PROGRAM_PROFILE_LINK = 'https://developers.devsite.corp.google.com/profile/u/me';
7373

7474
async function makeHttpRequest<R extends object>(request: DispatchHttpRequestRequest): Promise<R|null> {
7575
if (!Root.Runtime.hostConfig.devToolsGdpProfiles?.enabled) {

0 commit comments

Comments
 (0)