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

Unified Diff: content/common/origin_trials/trial_token_validator.h

Issue 1858763003: Change origin trial token format (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 years, 8 months 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
Index: content/common/origin_trials/trial_token_validator.h
diff --git a/content/common/origin_trials/trial_token_validator.h b/content/common/origin_trials/trial_token_validator.h
index d19c112169dcbfc1d32cb533a20682915d7752a5..a8406350d71c484b6be12dc2659aa7a21d7e913b 100644
--- a/content/common/origin_trials/trial_token_validator.h
+++ b/content/common/origin_trials/trial_token_validator.h
@@ -17,7 +17,7 @@ namespace TrialTokenValidator {
// This method is thread-safe.
CONTENT_EXPORT bool ValidateToken(const std::string& token,
const url::Origin& origin,
- base::StringPiece featureName);
+ base::StringPiece feature_name);
} // namespace TrialTokenValidator
« no previous file with comments | « content/common/origin_trials/trial_token_unittest.cc ('k') | content/common/origin_trials/trial_token_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698