| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 7c26aa8f3c72ec35a50b40d44995b50ab6bf0ee3..e85845bbd30e31eb576f29f03271eee0811cd672 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -784,7 +784,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| int number_of_matches,
|
| const gfx::Rect& selection_rect,
|
| int active_match_ordinal,
|
| - bool final_update);
|
| + bool final_update,
|
| + bool was_frame_removal);
|
|
|
| // Modify the counter of connected devices for this WebContents.
|
| void IncrementBluetoothConnectedDeviceCount();
|
|
|