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

Unified Diff: nss_util.h

Issue 6793055: [login_manager] Allow new owner keys to be pushed with StorePolicy (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: remove some debugging code Created 9 years, 9 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 | « mock_owner_key.h ('k') | nss_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss_util.h
diff --git a/nss_util.h b/nss_util.h
index f3e687394683288c5e3b440a2884fb63720c86e2..bd53777763569334e098037409c36eb04a0e6b4b 100644
--- a/nss_util.h
+++ b/nss_util.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -40,7 +40,7 @@ class NssUtil {
// Factory (the default) this creates and returns a new NssUtil.
static NssUtil* Create();
- static void KeyFromBuffer(const std::string& buf, std::vector<uint8>* out);
+ static void BlobFromBuffer(const std::string& buf, std::vector<uint8>* out);
virtual bool OpenUserDB() = 0;
« no previous file with comments | « mock_owner_key.h ('k') | nss_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698