• nya's avatar
    arc: Send cryptohome ID on starting ARC instance. · 73ba2139
    nya authored
    We are soon moving android-data directory from the current
    fixed path (/home/chronos/user/android-data) to a path inside
    mounted cryptohome (/home/root/<CryptohomeID>/android-data).
    To prepare for that change, we start sending cryptohome ID in
    StartArcInstance() D-Bus method.
    
    Since we do not use |socket_path| parameter at all in
    session_manager today, we will reuse it to pass the cryptohome ID.
    
    BUG=b:26700652
    TEST=trybot
    TEST=ARC boots
    
    Review-Url: https://codereview.chromium.org/2023803003
    Cr-Commit-Position: refs/heads/master@{#398232}
    73ba2139
session_manager_client.h 9.92 KB