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

Unified Diff: chrome/utility/extensions/extensions_handler.h

Issue 343053002: Credential passing for WifiManager in Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/extensions/extensions_handler.h
diff --git a/chrome/utility/extensions/extensions_handler.h b/chrome/utility/extensions/extensions_handler.h
index bc06a10096b734b10a8d01477b4e224f5393bad4..7789857339e0c7507b0d20e13a350f56dc3f3459 100644
--- a/chrome/utility/extensions/extensions_handler.h
+++ b/chrome/utility/extensions/extensions_handler.h
@@ -68,8 +68,7 @@ class ExtensionsHandler : public UtilityMessageHandler {
#endif // defined(OS_WIN) || defined(OS_MACOSX)
#if defined(OS_WIN)
- void OnGetAndEncryptWiFiCredentials(const std::string& network_guid,
- const std::vector<uint8>& public_key);
+ void OnGetWiFiCredentials(const std::string& network_guid);
#endif // defined(OS_WIN)
DISALLOW_COPY_AND_ASSIGN(ExtensionsHandler);
« no previous file with comments | « chrome/utility/chrome_content_utility_ipc_whitelist.cc ('k') | chrome/utility/extensions/extensions_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698