Chromium Code Reviews| Index: components/guest_view/browser/guest_view_manager.h |
| diff --git a/components/guest_view/browser/guest_view_manager.h b/components/guest_view/browser/guest_view_manager.h |
| index 033e2a2cd1bc044412f85871708345a1728f757e..401c617614ac6274a3d991abb58ca51dc69a46a7 100644 |
| --- a/components/guest_view/browser/guest_view_manager.h |
| +++ b/components/guest_view/browser/guest_view_manager.h |
| @@ -62,9 +62,9 @@ class GuestViewManager : public content::BrowserPluginGuestManager, |
| int guest_instance_id, |
| int embedder_render_process_id); |
| - // Associates the Browser Plugin with |element_instance_id| to a |
| - // guest that has ID of |guest_instance_id| and sets initialization |
| - // parameters, |params| for it. |
| + // Associates the Browser Plugin with |element_instance_id| to a guest that |
|
lfg
2016/10/20 22:50:49
No need to change this.
EhsanK
2016/10/25 19:30:50
Acknowledged.
|
| + // has ID of |guest_instance_id| and sets initialization parameters, |params| |
| + // for it. |
| void AttachGuest(int embedder_process_id, |
| int element_instance_id, |
| int guest_instance_id, |