fix cpplint warning
This commit is contained in:
parent
d162180196
commit
61004f0e46
4 changed files with 3 additions and 4 deletions
|
@ -49,7 +49,6 @@
|
|||
#include "content/public/browser/site_instance.h"
|
||||
#include "content/public/browser/web_contents.h"
|
||||
#include "content/public/common/context_menu_params.h"
|
||||
#include "native_mate/converter.h"
|
||||
#include "native_mate/dictionary.h"
|
||||
#include "native_mate/object_template_builder.h"
|
||||
#include "net/http/http_response_headers.h"
|
||||
|
|
|
@ -17,7 +17,7 @@ struct WebFindOptions;
|
|||
struct WebFloatPoint;
|
||||
struct WebPoint;
|
||||
struct WebSize;
|
||||
}
|
||||
} // namespace blink
|
||||
|
||||
namespace content {
|
||||
struct NativeWebKeyboardEvent;
|
||||
|
|
|
@ -457,7 +457,7 @@ obtained by subscribing to [`found-in-page`](web-contents.md#event-found-in-page
|
|||
### `webContents.stopFindInPage(action)`
|
||||
|
||||
* `action` String - Specifies the action to take place when ending
|
||||
[`webContents.findInPage `](web-contents.md#webcontentfindinpage) request.
|
||||
[`webContents.findInPage`](web-contents.md#webcontentfindinpage) request.
|
||||
* `clearSelection` - Translate the selection into a normal selection.
|
||||
* `keepSelection` - Clear the selection.
|
||||
* `activateSelection` - Focus and click the selection node.
|
||||
|
|
|
@ -371,7 +371,7 @@ obtained by subscribing to [`found-in-page`](web-view-tag.md#event-found-in-page
|
|||
### `<webview>.stopFindInPage(action)`
|
||||
|
||||
* `action` String - Specifies the action to take place when ending
|
||||
[`<webview>.findInPage `](web-view-tag.md#webviewtagfindinpage) request.
|
||||
[`<webview>.findInPage`](web-view-tag.md#webviewtagfindinpage) request.
|
||||
* `clearSelection` - Translate the selection into a normal selection.
|
||||
* `keepSelection` - Clear the selection.
|
||||
* `activateSelection` - Focus and click the selection node.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue