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

Unified Diff: chrome/browser/chromeos/login/eula_screen_actor.h

Issue 10829032: Remove unused chromeos::EulaScreenActor::IsTpmEnabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and fix copyright year Created 8 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
« no previous file with comments | « chrome/browser/chromeos/login/eula_screen.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/eula_screen_actor.h
diff --git a/chrome/browser/chromeos/login/eula_screen_actor.h b/chrome/browser/chromeos/login/eula_screen_actor.h
index b61985f6fd3594f16e3aab23475881631b3f6513..0ef2cb58770957dbb63b93f046daf72c8a88994a 100644
--- a/chrome/browser/chromeos/login/eula_screen_actor.h
+++ b/chrome/browser/chromeos/login/eula_screen_actor.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -21,9 +21,6 @@ class EulaScreenActor {
public:
virtual ~Delegate() {}
- // Returns true if TPM is enabled.
- virtual bool IsTpmEnabled() const = 0;
-
// Returns URL of the OEM EULA page that should be displayed using current
// locale and manifest. Returns empty URL otherwise.
virtual GURL GetOemEulaUrl() const = 0;
« no previous file with comments | « chrome/browser/chromeos/login/eula_screen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698