| Index: chrome/browser/rlz/rlz.cc
|
| ===================================================================
|
| --- chrome/browser/rlz/rlz.cc (revision 40629)
|
| +++ chrome/browser/rlz/rlz.cc (working copy)
|
| @@ -303,7 +303,8 @@
|
| const wchar_t** found = std::find(&kBrands[0], end, brand);
|
| if (found != end)
|
| return true;
|
| - if (StartsWith(brand, L"EUB", true) || StartsWith(brand, L"EUC", true))
|
| + if (StartsWith(brand, L"EUB", true) || StartsWith(brand, L"EUC", true) ||
|
| + StartsWith(brand, L"GGR", true))
|
| return true;
|
| return false;
|
| }
|
|
|