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

Unified Diff: android_webview/browser/aw_contents_io_thread_client.h

Issue 2737663004: Introduce a secondary map for enabling plznavigate (Closed)
Patch Set: with plznavigate Created 3 years, 9 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: android_webview/browser/aw_contents_io_thread_client.h
diff --git a/android_webview/browser/aw_contents_io_thread_client.h b/android_webview/browser/aw_contents_io_thread_client.h
index e9a0bf3411514f0f28d08fdd5223375034ab3b9f..2594e0798ef4bc7ba056fbc5af955a0cb74242d5 100644
--- a/android_webview/browser/aw_contents_io_thread_client.h
+++ b/android_webview/browser/aw_contents_io_thread_client.h
@@ -63,6 +63,9 @@ class AwContentsIoThreadClient {
static std::unique_ptr<AwContentsIoThreadClient> FromID(int render_process_id,
int render_frame_id);
+ static std::unique_ptr<AwContentsIoThreadClient> FromID(
jam 2017/03/09 22:13:05 nit: document, i.e. so someone reading this knows
sgurun-gerrit only 2017/03/10 18:40:58 Done.
+ int frame_tree_node_id);
+
// Returns the global thread client for service worker related callbacks.
// An empty scoped_ptr is a valid return value.
static std::unique_ptr<AwContentsIoThreadClient>

Powered by Google App Engine
This is Rietveld 408576698