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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 102993002: Implement Networking Private API VerifyAndEncryptCredentials method (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Implemented NetworkingPrivateCredentialsGetterMac. Created 6 years, 10 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/utility/chrome_content_utility_client.h
diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
index 1cd8d2ebb1f193fe43b679db02ffa8043e0525b7..6dbe14fdaebb2990b84597b28734cbf8bc50c0f2 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -121,6 +121,11 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
const std::vector<picasa::FolderINIContents>& folders_inis);
#endif // defined(OS_WIN) || defined(OS_MACOSX)
+#if defined(OS_WIN)
+ void OnGetAndEncryptWiFiCredentials(const std::string& network_guid,
+ const std::string& public_key);
+#endif // defined(OS_WIN)
+
typedef ScopedVector<UtilityMessageHandler> Handlers;
Handlers handlers_;

Powered by Google App Engine
This is Rietveld 408576698