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

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

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.idl
diff --git a/Source/modules/speech/testing/InternalsSpeechSynthesis.idl b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
similarity index 92%
copy from Source/modules/speech/testing/InternalsSpeechSynthesis.idl
copy to Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
index 34f2bc8119ccd876212595f5b0f07ed454bc1466..b6a811177163c86a27951bafc88fd25dc0a22d03 100644
--- a/Source/modules/speech/testing/InternalsSpeechSynthesis.idl
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Samsung Electronics. All rights reserved.
+ * Copyright (C) 2014 Samsung Electronics. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
@@ -29,5 +29,5 @@
*/
partial interface Internals {
- void enableMockSpeechSynthesizer(Document document);
+ void setNavigatorContentUtilsClientMock(Document document);
};

Powered by Google App Engine
This is Rietveld 408576698