summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 12c05a6..d5359a9 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -404,21 +404,6 @@ class WindowSizer {
//---------------------------------------------------------------------------
// These stubs are for Profile
-class Encryptor {
- public:
- static bool EncryptString16(const string16& plaintext,
- std::string* ciphertext) {
- NOTIMPLEMENTED();
- return false;
- }
-
- static bool DecryptString16(const std::string& ciphertext,
- string16* plaintext) {
- NOTIMPLEMENTED();
- return false;
- }
-};
-
class WebAppLauncher {
public:
static void Launch(Profile* profile, const GURL& url) {