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

Unified Diff: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h

Issue 293403002: Introduce mock test system for navigator content utils (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
new file mode 100644
index 0000000000000000000000000000000000000000..d877a8326cb1668da598fa2eafc007378faf14b9
--- /dev/null
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
@@ -0,0 +1,21 @@
+// 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 InternalsNavigatorContentUtils_h
+#define InternalsNavigatorContentUtils_h
+
+namespace WebCore {
+
+class Document;
+class NavigatorContentUtilsClientMock;
+class Internals;
+
+class InternalsNavigatorContentUtils {
+public:
+ static void setNavigatorContentUtilsClientMock(Internals&, Document*);
+};
+
+} // namespace WebCore
+
+#endif // InternalsNavigatorContentUtils_h

Powered by Google App Engine
This is Rietveld 408576698