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

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

Issue 1103603002: Remove deprecated function gcdPrivate.establishSession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Apr 22 22:29:12 PDT 2015 Created 5 years, 8 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 370261f5c1b30add735e3f235cf37f793dd295dc..f29f357b68c75f7d6a40d29d0abaf1d5bc8ee6b2 100644
--- a/chrome/browser/extensions/api/gcd_private/gcd_private_api.h
+++ b/chrome/browser/extensions/api/gcd_private/gcd_private_api.h
@@ -123,26 +123,6 @@ class GcdPrivateGetPrefetchedWifiNameListFunction
bool RunSync() override;
};
-class GcdPrivateEstablishSessionFunction : public ChromeAsyncExtensionFunction {
- public:
- DECLARE_EXTENSION_FUNCTION("gcdPrivate.establishSession",
- GCDPRIVATE_ESTABLISHSESSION)
-
- GcdPrivateEstablishSessionFunction();
-
- protected:
- ~GcdPrivateEstablishSessionFunction() override;
-
- // AsyncExtensionFunction overrides.
- bool RunAsync() override;
-
- private:
- void OnSessionInitialized(
- int session_id,
- api::gcd_private::Status status,
- const std::vector<api::gcd_private::PairingType>& pairing_types);
-};
-
class GcdPrivateCreateSessionFunction : public ChromeAsyncExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("gcdPrivate.createSession",
« 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