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

Unified Diff: chromeos/network/network_handler.h

Issue 15649018: Call crypto::InitializeTPMToken on the IO thread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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: chromeos/network/network_handler.h
diff --git a/chromeos/network/network_handler.h b/chromeos/network/network_handler.h
index e3df697cad688d8a0144e4429361cad91f2e4cc9..c7ff8c2dcedd74e06c899ace0a83aec2108fb064 100644
--- a/chromeos/network/network_handler.h
+++ b/chromeos/network/network_handler.h
@@ -6,9 +6,14 @@
#define CHROMEOS_NETWORK_NETWORK_HANDLER_H_
#include "base/basictypes.h"
+#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "chromeos/chromeos_export.h"
+namespace base {
+class SequencedTaskRunner;
+}
+
namespace chromeos {
class CertLoader;
@@ -25,6 +30,7 @@ class NetworkStateHandler;
class CHROMEOS_EXPORT NetworkHandler {
public:
// Sets the global instance. Must be called before any calls to Get().
+ // |io_task_runner| is used to initialize CertLoader.
Ryan Sleevi 2013/06/12 20:58:50 changes to this file are no longer necessary.
stevenjb 2013/06/12 21:08:31 Done.
static void Initialize();
// Destroys the global instance.

Powered by Google App Engine
This is Rietveld 408576698