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

Unified Diff: chrome/browser/webshare/share_service_impl.h

Issue 2644793006: Add picker view for Web Share Target. (Closed)
Patch Set: Fix comment. Created 3 years, 11 months 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: chrome/browser/webshare/share_service_impl.h
diff --git a/chrome/browser/webshare/share_service_impl.h b/chrome/browser/webshare/share_service_impl.h
index 8bd381f7c97df971ee70604a7804d264e6aad7ef..d79b7e27bea2375eec4ca9bd4eac3b5c276889d2 100644
--- a/chrome/browser/webshare/share_service_impl.h
+++ b/chrome/browser/webshare/share_service_impl.h
@@ -48,6 +48,12 @@ class ShareServiceImpl : public blink::mojom::ShareService {
const GURL& share_url,
std::string* url_template_filled);
+ void OnPickerClosed(const std::string& title,
+ const std::string& text,
+ const GURL& share_url,
+ const ShareCallback& callback,
+ bool picked);
+
DISALLOW_COPY_AND_ASSIGN(ShareServiceImpl);
};

Powered by Google App Engine
This is Rietveld 408576698