Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(122)

Unified Diff: chrome/browser/autocomplete/search_provider.cc

Issue 11636005: Minor comment fixes. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autocomplete/search_provider_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/search_provider.cc
diff --git a/chrome/browser/autocomplete/search_provider.cc b/chrome/browser/autocomplete/search_provider.cc
index 5fae4b5761afecc09bbd4e803a47fd5efe11c6ff..9b0b027f83fe69dbcf60084583dad271222c08b9 100644
--- a/chrome/browser/autocomplete/search_provider.cc
+++ b/chrome/browser/autocomplete/search_provider.cc
@@ -351,12 +351,13 @@ void SearchProvider::AddProviderInfo(ProvidersInfo* provider_info) const {
new_entry.set_provider_done(done_);
uint32 field_trial_hash = 0;
if (AutocompleteFieldTrial::GetActiveSuggestFieldTrialHash(
- &field_trial_hash)) {
+ &field_trial_hash)) {
if (field_trial_triggered_)
new_entry.mutable_field_trial_triggered()->Add(field_trial_hash);
- if (field_trial_triggered_in_session_)
+ if (field_trial_triggered_in_session_) {
new_entry.mutable_field_trial_triggered_in_session()->Add(
field_trial_hash);
+ }
}
}
« no previous file with comments | « no previous file | chrome/browser/autocomplete/search_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698