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

Unified Diff: chrome/browser/mac/keychain_reauthorize.h

Issue 10344009: Implement Keychain reauthorization (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: chrome/browser/mac/keychain_reauthorize.h
===================================================================
--- chrome/browser/mac/keychain_reauthorize.h (revision 0)
+++ chrome/browser/mac/keychain_reauthorize.h (revision 0)
@@ -0,0 +1,19 @@
+// Copyright (c) 2012 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.
+
+#ifndef CHROME_BROWSER_MAC_KEYCHAIN_REAUTHORIZE_H_
+#define CHROME_BROWSER_MAC_KEYCHAIN_REAUTHORIZE_H_
+#pragma once
+
+namespace chrome {
+namespace browser {
+namespace mac {
+
+void KeychainReauthorize();
stuartmorgan 2012/05/10 06:50:54 I can haz method level comment?
+
+} // namespace mac
+} // namespace browser
+} // namespace chrome
+
+#endif // CHROME_BROWSER_MAC_KEYCHAIN_REAUTHORIZE_H_
« no previous file with comments | « no previous file | chrome/browser/mac/keychain_reauthorize.cc » ('j') | chrome/browser/mac/keychain_reauthorize.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698