Index: chrome/browser/extensions/api/enterprise_platform_keys/token_method.cc |
diff --git a/chrome/browser/extensions/api/enterprise_platform_keys/token_method.cc b/chrome/browser/extensions/api/enterprise_platform_keys/token_method.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b56db046f6233a9047f6b9101dfa125675008f0f |
--- /dev/null |
+++ b/chrome/browser/extensions/api/enterprise_platform_keys/token_method.cc |
@@ -0,0 +1,21 @@ |
+// Copyright 2014 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. |
+ |
+#include "chrome/browser/extensions/api/enterprise_platform_keys/token_method.h" |
+ |
+namespace extensions { |
+ |
+namespace enterprise_platform_keys_details { |
+ |
+TokenMethod::TokenMethod( |
+ EnterprisePlatformKeysTokenMethodExtensionFunction* func) |
+ : func_(func) { |
+} |
+ |
+TokenMethod::~TokenMethod() { |
+} |
+ |
+} // namespace enterprise_platform_keys_details |
+ |
+} // namespace extensions |