Commit c0bfd647 authored by thestig's avatar thestig Committed by Commit bot

Fix branding/official build confusion in os_crypt.

TBR=cfroussios@chromium.org

Review-Url: https://codereview.chromium.org/2264163002
Cr-Commit-Position: refs/heads/master@{#413477}
parent ddfdd7ae
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "components/os_crypt/key_storage_kwallet.h" #include "components/os_crypt/key_storage_kwallet.h"
#endif #endif
#if defined(OFFICIAL_BUILD) #if defined(GOOGLE_CHROME_BUILD)
const char KeyStorageLinux::kFolderName[] = "Chrome Keys"; const char KeyStorageLinux::kFolderName[] = "Chrome Keys";
const char KeyStorageLinux::kKey[] = "Chrome Safe Storage"; const char KeyStorageLinux::kKey[] = "Chrome Safe Storage";
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment