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

Unified Diff: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h

Issue 2627413003: NavigatorContentUtils should be a supplement of Navigator (Closed)
Patch Set: temp 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: third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
diff --git a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
index e8cb4e0664047f6a297188ed0da859e2abe07791..afb8e11d612bf5a2bc4281df0d07dd77434719c9 100644
--- a/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
+++ b/third_party/WebKit/Source/modules/navigatorcontentutils/NavigatorContentUtilsClient.h
@@ -34,8 +34,6 @@
namespace blink {
-class LocalFrame;
-
class NavigatorContentUtilsClient
: public GarbageCollectedFinalized<NavigatorContentUtilsClient> {
public:
@@ -57,10 +55,6 @@ class NavigatorContentUtilsClient
DEFINE_INLINE_VIRTUAL_TRACE() {}
};
-MODULES_EXPORT void provideNavigatorContentUtilsTo(
- LocalFrame&,
- NavigatorContentUtilsClient*);
-
} // namespace blink
#endif // NavigatorContentUtilsClient_h

Powered by Google App Engine
This is Rietveld 408576698