You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No change to logic. This updates git URLs and other docs to refer to the
"main" branch ("master" was renamed). This is mostly a trivial
mechanical change, with a couple exceptions:
* It looks like some codesearch URLs use an old unsupported format for
permalinks. I've manually updated these to use the new format with
corrected line numbers on the "main" branch.
* I changed one GitHub link to point to the public AOSP codesearch
instance which Google maintains.
I manually verified each of these links works as expected.
This intentionally does not convert all references to "master" because
some of these refer to Android master branch, which has not yet been
renamed.
Test: manually checked each link
Change-Id: I7b2f0b87e94ed6e0471fc5bb90e6a18be632ec99
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2869467
Commit-Queue: Nate Fischer <[email protected]>
Commit-Queue: Oksana Zhuravlova <[email protected]>
Auto-Submit: Nate Fischer <[email protected]>
Reviewed-by: Oksana Zhuravlova <[email protected]>
Cr-Commit-Position: refs/heads/master@{#878666}
Copy file name to clipboardExpand all lines: android_webview/nonembedded/java/src/org/chromium/android_webview/nonembedded/AwNonembeddedUmaRecorder.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ public void recordSparseHistogram(String name, int sample) {
134
134
135
135
/**
136
136
* Records a user action. Action names must be documented in {@code actions.xml}. See {@link
0 commit comments