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

Unified Diff: components/contextual_search/README

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reworked to use a new Contextual Search component and Mojo communication, removed CS Manager stuff. Created 5 years, 1 month 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: components/contextual_search/README
diff --git a/components/contextual_search/README b/components/contextual_search/README
new file mode 100644
index 0000000000000000000000000000000000000000..a3dc3f3589e8b7757f744742ec3a9827e7e0da1f
--- /dev/null
+++ b/components/contextual_search/README
@@ -0,0 +1,8 @@
+The Contextual Search component provides renderer support for an overlay panel
+with an API that peeks up from the bottom of the host page.
+
+This component communicates via mojo from the renderer to the browser and vice
+versa.
+
+Eventually we may reuse some of this code for other overlay panels, including
+DOM Distiller (which is currently in a separate component).

Powered by Google App Engine
This is Rietveld 408576698