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

Unified Diff: chrome/browser/chromeos/attestation/platform_verification_flow.h

Issue 898003002: [Cleanup] Const-correct the profile() method for the EasyUnlockService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 10 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: chrome/browser/chromeos/attestation/platform_verification_flow.h
diff --git a/chrome/browser/chromeos/attestation/platform_verification_flow.h b/chrome/browser/chromeos/attestation/platform_verification_flow.h
index 48b5de56af7777e220541b7902ebcbc9a45c5f97..09d9887d9b6822c6dc71acdb3397d98a87b3ac0e 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_flow.h
+++ b/chrome/browser/chromeos/attestation/platform_verification_flow.h
@@ -107,7 +107,8 @@ class PlatformVerificationFlow
// Gets the user associated with the given |web_contents|. NULL may be
// returned.
- virtual user_manager::User* GetUser(content::WebContents* web_contents) = 0;
+ virtual const user_manager::User* GetUser(
+ content::WebContents* web_contents) = 0;
// Gets the content settings map associated with the given |web_contents|.
virtual HostContentSettingsMap* GetContentSettings(

Powered by Google App Engine
This is Rietveld 408576698