Files
brave-core/browser/password_entry_edit
Artem Samoilenko 761a9c23a1 [cr147][Android] Convert std::string& to const std::string& in JNI boundary methods
Chromium changes:
https://chromium.googlesource.com/chromium/src/+/5a9fe780881e890a4421925bea323efbfa6bcf54

commit 5a9fe780881e890a4421925bea323efbfa6bcf54
Author: Martin Kong <martinkong@google.com>
Date:   Tue Feb 17 12:42:52 2026 -0800

    Convert std::string& to const std::string& in JNI boundary methods

    This CL converts all instances of std::string& to const std::string&
    in all JNI boundary methods.
    A future CL will convert all instances of std::blah& (i.e. any type
    that starts with std::)

    Bug: 481390486
    Change-Id: I1e9486407730e6b7b9fb822d3287a2669e3b93f7
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7584854
    Reviewed-by: Andrew Grieve <agrieve@chromium.org>
    Commit-Queue: Martin Kong <martinkong@google.com>
    Owners-Override: Andrew Grieve <agrieve@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#1585944}
2026-03-26 19:25:17 -04:00
..