forked from Igalia/wolvic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
app/src/common/chromium/com/igalia/wolvic/browser/api/impl/SessionFinderImpl.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package com.igalia.wolvic.browser.api.impl; | ||
|
||
import androidx.annotation.Nullable; | ||
|
||
import com.igalia.wolvic.browser.api.WResult; | ||
import com.igalia.wolvic.browser.api.WSession; | ||
|
||
import org.chromium.content_public.browser.WebContents; | ||
|
||
import org.chromium.components.browser_ui.media.MediaImageManager; | ||
import org.jni_zero.JNINamespace; | ||
import org.chromium.components.find_in_page; | ||
|
||
public class SessionFinderImpl implements WSession.SessionFinder { | ||
|
||
private WebContents mWebContents; | ||
|
||
@Override | ||
public WResult<FinderResult> find(@Nullable String searchString, int flags) { | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters