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

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

Issue 1752463002: Cleanup TrialToken in preparation of moving it to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 9 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/trial_token_validator.h
diff --git a/content/renderer/origin_trials/trial_token_validator.h b/content/renderer/origin_trials/trial_token_validator.h
index a0ce6c231134d7c532bdef1edcd5be8cedeebdbc..4d877fc91406a5d2446b13605627a512e05451a9 100644
--- a/content/renderer/origin_trials/trial_token_validator.h
+++ b/content/renderer/origin_trials/trial_token_validator.h
@@ -23,7 +23,7 @@ class CONTENT_EXPORT TrialTokenValidator
// blink::WebTrialTokenValidator implementation
bool validateToken(const blink::WebString& token,
- const blink::WebString& origin,
+ const blink::WebSecurityOrigin& origin,
const blink::WebString& featureName) override;
private:
« no previous file with comments | « content/renderer/origin_trials/trial_token_unittest.cc ('k') | content/renderer/origin_trials/trial_token_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698