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

Unified Diff: chrome/browser/extensions/api/gcd_private/gcd_private_api.h

Issue 434733003: Added function to get list of networks with prefetched passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 07/31/2014 14:34:51.93 Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/gcd_private/gcd_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/gcd_private/gcd_private_api.h
diff --git a/chrome/browser/extensions/api/gcd_private/gcd_private_api.h b/chrome/browser/extensions/api/gcd_private/gcd_private_api.h
index 968da264080275c1ed66f1efe555682e9bf6e505..7e701c9af719c07b6dfe097a4dc9c09641ca128d 100644
--- a/chrome/browser/extensions/api/gcd_private/gcd_private_api.h
+++ b/chrome/browser/extensions/api/gcd_private/gcd_private_api.h
@@ -108,6 +108,21 @@ class GcdPrivatePrefetchWifiPasswordFunction
void OnResponse(bool response);
};
+class GcdPrivateGetPrefetchedWifiNameListFunction
+ : public ChromeSyncExtensionFunction {
+ public:
+ DECLARE_EXTENSION_FUNCTION("gcdPrivate.getPrefetchedWifiNameList",
+ GCDPRIVATE_GETPREFETCHEDWIFINAMELIST);
+
+ GcdPrivateGetPrefetchedWifiNameListFunction();
+
+ protected:
+ virtual ~GcdPrivateGetPrefetchedWifiNameListFunction();
+
+ // SyncExtensionFunction overrides.
+ virtual bool RunSync() OVERRIDE;
+};
+
class GcdPrivateEstablishSessionFunction : public ChromeAsyncExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("gcdPrivate.establishSession",
« no previous file with comments | « no previous file | chrome/browser/extensions/api/gcd_private/gcd_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698