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

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

Issue 23470003: Implemented a switch for bypassing platform verification consent UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 0cf868b19e05d9b2f353fef86bbbdd8d29cd68d9..6a99c08571184d0f9e181c8fa82ef0b72d115ab7 100644
--- a/chrome/browser/chromeos/attestation/platform_verification_flow.h
+++ b/chrome/browser/chromeos/attestation/platform_verification_flow.h
@@ -103,8 +103,7 @@ class PlatformVerificationFlow {
// A constructor that uses the default implementation of all dependencies
// including Delegate.
- // TODO(dkrahn): Enable this when the default delegate has been implemented.
- // PlatformVerificationFlow();
+ PlatformVerificationFlow();
// An alternate constructor which specifies dependent objects explicitly.
// This is useful in testing. The caller retains ownership of all pointers.

Powered by Google App Engine
This is Rietveld 408576698