| 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..cba6eee1d8ea48f9c5f04eba071dc33959e38d3a 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -121,6 +121,12 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
| const std::vector<picasa::FolderINIContents>& folders_inis);
|
| #endif // defined(OS_WIN) || defined(OS_MACOSX)
|
|
|
| +#if defined(OS_WIN)
|
| + void OnGetAndEncryptWiFiPassphrase(int32 callback_id,
|
| + const std::string& network_guid,
|
| + const std::string& public_key);
|
| +#endif // defined(OS_WIN)
|
| +
|
| typedef ScopedVector<UtilityMessageHandler> Handlers;
|
| Handlers handlers_;
|
|
|
|
|