| Index: chrome/installer/gcapi/gcapi_reactivation.cc
|
| ===================================================================
|
| --- chrome/installer/gcapi/gcapi_reactivation.cc (revision 125017)
|
| +++ chrome/installer/gcapi/gcapi_reactivation.cc (working copy)
|
| @@ -33,13 +33,7 @@
|
| GetReactivationHistoryKeyPath().c_str(),
|
| KEY_QUERY_VALUE);
|
| if (reactivation_key.Valid()) {
|
| - std::vector<std::wstring>::const_iterator brand_iter(brand_codes.begin());
|
| - for (; brand_iter != brand_codes.end(); ++brand_iter) {
|
| - if (reactivation_key.HasValue(brand_iter->c_str())) {
|
| - success = true;
|
| - break;
|
| - }
|
| - }
|
| + success = true;
|
| }
|
|
|
| return success;
|
| @@ -80,4 +74,4 @@
|
| }
|
|
|
| return success;
|
| -}
|
| +}
|
|
|