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

Unified Diff: Source/modules/navigatorconnect/NavigatorConnect.h

Issue 1198653004: Update client side navigator.connect API to use ServicePortCollection [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-part2
Patch Set: rebase Created 5 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
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/navigatorconnect/NavigatorConnect.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/navigatorconnect/NavigatorConnect.h
diff --git a/Source/modules/navigatorconnect/NavigatorConnect.h b/Source/modules/navigatorconnect/NavigatorConnect.h
deleted file mode 100644
index 25eca8dc6b5a683291acef8f99c648a9e9af0bc5..0000000000000000000000000000000000000000
--- a/Source/modules/navigatorconnect/NavigatorConnect.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef NavigatorConnect_h
-#define NavigatorConnect_h
-
-#include "bindings/core/v8/ScriptPromise.h"
-#include "wtf/text/WTFString.h"
-
-namespace blink {
-
-class Navigator;
-class ScriptState;
-
-class NavigatorConnect {
-public:
- static ScriptPromise connect(ScriptState* scriptState, Navigator&, const String& url)
- {
- return connect(scriptState, url);
- }
-
- static ScriptPromise connect(ScriptState*, const String& url);
-};
-
-} // namespace blink
-
-#endif // NavigatorConnect_h
« no previous file with comments | « Source/modules/modules.gypi ('k') | Source/modules/navigatorconnect/NavigatorConnect.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698