Commit 7bb3b725 authored by gab's avatar gab Committed by Commit bot

Add a comment on PRODUCT_STRING_PATH usage in chrome_elf.

BUG=577820

Review URL: https://codereview.chromium.org/1634793002

Cr-Commit-Position: refs/heads/master@{#371446}
parent 90148c36
......@@ -5,6 +5,9 @@
#include "chrome_elf/chrome_elf_constants.h"
#if defined(GOOGLE_CHROME_BUILD)
// Using PRODUCT_STRING_PATH will make Google Chrome and Canary configurations
// collide. This was deemed to be the best option due to ELF's inability to
// depend on BrowserDistribution. http://crbug.com/577820
#define PRODUCT_STRING_PATH L"Google\\Chrome"
#elif defined(CHROMIUM_BUILD)
#define PRODUCT_STRING_PATH L"Chromium"
......
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