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

Unified Diff: chrome/common/extensions/docs/server2/test_data/object_level_availability/fake_tabs.idl

Issue 385703005: Docserver: Modify doc inlining so all relevant data is present in availability_finder.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add test Created 6 years, 5 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: chrome/common/extensions/docs/server2/test_data/object_level_availability/fake_tabs.idl
diff --git a/chrome/common/extensions/docs/server2/test_data/object_level_availability/fake_tabs.idl b/chrome/common/extensions/docs/server2/test_data/object_level_availability/fake_tabs.idl
new file mode 100644
index 0000000000000000000000000000000000000000..3d8b02d6a1e5e2a46a472d9fa71523f4ee6f0014
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/object_level_availability/fake_tabs.idl
@@ -0,0 +1,10 @@
+// Copyleft stuff.
+
+// Some description here.
+namespace fakeTabs {
+ dictionary WasImplicitlyInlinedType {};
+ interface Functions {
+ static void myFunc(WasImplicitlyInlinedType arg);
+ static void anotherFunc(WasImplicitlyInlinedType arg);
+ };
+};

Powered by Google App Engine
This is Rietveld 408576698