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

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

Issue 2610953003: Convert utility process WiFi Credentials IPC to mojo (Closed)
Patch Set: Delete the credentials getter_ early in the browser test. Created 3 years, 11 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 9b9efa13dfab64169cfc04f80e18925cbd507c42..4c023464941ab050d00e96ddedc5f2de7674b168 100644
--- a/chrome/utility/extensions/extensions_handler.h
+++ b/chrome/utility/extensions/extensions_handler.h
@@ -67,10 +67,6 @@ class ExtensionsHandler : public UtilityMessageHandler {
const std::vector<picasa::FolderINIContents>& folders_inis);
#endif // defined(OS_WIN) || defined(OS_MACOSX)
-#if defined(OS_WIN)
- void OnGetWiFiCredentials(const std::string& network_guid);
-#endif // defined(OS_WIN)
-
UtilityHandler utility_handler_;
DISALLOW_COPY_AND_ASSIGN(ExtensionsHandler);

Powered by Google App Engine
This is Rietveld 408576698