| Index: chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| diff --git a/chrome/browser/android/contextualsearch/contextual_search_delegate.cc b/chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| index d847c10ecfcd1daa64da982e54bfc57e1d0050f3..bde8a094e1b7de13ab46c09497055f3b364619e1 100644
|
| --- a/chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| +++ b/chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
| @@ -136,8 +136,8 @@ void ContextualSearchDelegate::ContinueSearchTermResolutionRequest() {
|
|
|
| // Add Chrome experiment state to the request headers.
|
| net::HttpRequestHeaders headers;
|
| - // Note: It's fine to pass in |is_signed_in| false, which does not affect
|
| - // transmission of experiment ids coming from the variations server.
|
| + // Note: It's OK to pass |is_signed_in| false if it's unknown, as it does
|
| + // not affect transmission of experiments coming from the variations server.
|
| bool is_signed_in = false;
|
| variations::AppendVariationHeaders(
|
| search_term_fetcher_->GetOriginalURL(),
|
|
|