diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 17:47:35 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 17:47:35 +0000 |
commit | 109ca1cf9b29865a0f99dc99f379784dc980ac46 (patch) | |
tree | 4c16d6b37502c63e06a39cebe065b48c26ced764 /chrome/common/temp_scaffolding_stubs.h | |
parent | 15a9b5d62a88c344af81ca28a393dc5c954162c6 (diff) | |
download | chromium_src-109ca1cf9b29865a0f99dc99f379784dc980ac46.zip chromium_src-109ca1cf9b29865a0f99dc99f379784dc980ac46.tar.gz chromium_src-109ca1cf9b29865a0f99dc99f379784dc980ac46.tar.bz2 |
Add dummy encryptor implementations for mac and linux.
Review URL: http://codereview.chromium.org/43095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13435 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.h | 15 |
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) { |