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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2719333002: second stage
Patch Set: Need to get around resource loading without web/ Created 3 years, 10 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index b4b8a74a8b5c643fa364d43ab082f79f6f730e82..82b020bfcbaa7c451f472d59a3dbe62534c19a4c 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -111,6 +111,9 @@ class BLINK_EXPORT WebFrameClient {
// Factory methods -----------------------------------------------------
+ // Returns a unique ID within this renderer process.
+ virtual int32_t getUniqueElementIdForMimeHandlerView() { return 0; }
+
// May return null.
virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) {
return 0;
« no previous file with comments | « third_party/WebKit/public/platform/modules/mime_handler_view/mime_handler_view.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698