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

Unified Diff: content/renderer/origin_trials/web_trial_token_validator_impl.h

Issue 2123323004: Simplify OriginTrialContext and the way it validates tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark enum as obsolete Created 4 years, 5 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/renderer/origin_trials/web_trial_token_validator_impl.h
diff --git a/content/renderer/origin_trials/web_trial_token_validator_impl.h b/content/renderer/origin_trials/web_trial_token_validator_impl.h
index e0d6234955025becf2444206487036e771eb8754..50d180cc6dde1fb48b124ec3f6b8b5be1609ff21 100644
--- a/content/renderer/origin_trials/web_trial_token_validator_impl.h
+++ b/content/renderer/origin_trials/web_trial_token_validator_impl.h
@@ -27,7 +27,7 @@ class CONTENT_EXPORT WebTrialTokenValidatorImpl
blink::WebOriginTrialTokenStatus validateToken(
const blink::WebString& token,
const blink::WebSecurityOrigin& origin,
- const blink::WebString& featureName) override;
+ blink::WebString* feature_name) override;
private:
DISALLOW_COPY_AND_ASSIGN(WebTrialTokenValidatorImpl);

Powered by Google App Engine
This is Rietveld 408576698