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

Unified Diff: chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h

Issue 847333004: Move parts from enterprise.platformKeysInternal to platformKeysInternal for reuse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_idl
Patch Set: Rebased. Created 5 years, 11 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 | « no previous file | chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h
diff --git a/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h b/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h
index 05d9b11d9ad2c30377ac391afda3ce83f188ec17..dd889193e59f134773bca5e8f48c1a5b94189c0e 100644
--- a/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h
+++ b/chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h
@@ -8,7 +8,6 @@
#include <string>
#include <vector>
-#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "chrome/browser/extensions/chrome_extension_function.h"
@@ -35,20 +34,6 @@ class EnterprisePlatformKeysInternalGenerateKeyFunction
ENTERPRISE_PLATFORMKEYSINTERNAL_GENERATEKEY);
};
-class EnterprisePlatformKeysInternalSignFunction
- : public ChromeUIThreadExtensionFunction {
- private:
- ~EnterprisePlatformKeysInternalSignFunction() override;
- ResponseAction Run() override;
-
- // Called when the signature was generated. If an error occurred,
- // |signature| will be empty and instead |error_message| be set.
- void OnSigned(const std::string& signature, const std::string& error_message);
-
- DECLARE_EXTENSION_FUNCTION("enterprise.platformKeysInternal.sign",
- ENTERPRISE_PLATFORMKEYSINTERNAL_SIGN);
-};
-
class EnterprisePlatformKeysGetCertificatesFunction
: public ChromeUIThreadExtensionFunction {
private:
« no previous file with comments | « no previous file | chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698