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

Unified Diff: chrome/utility/chrome_content_utility_ipc_whitelist.cc

Issue 343053002: Credential passing for WifiManager in Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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_ipc_whitelist.cc
diff --git a/chrome/utility/chrome_content_utility_ipc_whitelist.cc b/chrome/utility/chrome_content_utility_ipc_whitelist.cc
index fddac1368c24b93f4d861e1d6e50224486067660..ca1d087ded759fb919501cfba432df7fdc10b2d1 100644
--- a/chrome/utility/chrome_content_utility_ipc_whitelist.cc
+++ b/chrome/utility/chrome_content_utility_ipc_whitelist.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/utility/chrome_content_utility_ipc_whitelist.h"
#include "chrome/common/chrome_utility_messages.h"
+#include "chrome/utility/chrome_content_utility_ipc_whitelist.h"
namespace chrome {
const uint32 kMessageWhitelist[] = {
#ifdef OS_WIN
Jorge Lucangeli Obes 2014/07/22 17:20:04 #if defined(OS_WIN) Don't even know why we have i
- ChromeUtilityHostMsg_GetAndEncryptWiFiCredentials::ID,
+ ChromeUtilityHostMsg_GetWiFiCredentials::ID,
#endif // OS_WIN
ChromeUtilityMsg_ImageWriter_Cancel::ID,
ChromeUtilityMsg_ImageWriter_Write::ID,
« chrome/common/chrome_utility_messages.h ('K') | « chrome/utility/chrome_content_utility_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698