| 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 fcc5da9b8c8cf82e863f761d55a44ef4b3c188ed..de982fe7fa83f1ed4cd273eda61aee4737d40b1f 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -122,6 +122,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::vector<uint8>& public_key);
|
| +#endif // defined(OS_WIN)
|
| +
|
| typedef ScopedVector<UtilityMessageHandler> Handlers;
|
| Handlers handlers_;
|
|
|
|
|