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

Unified Diff: extensions/renderer/dispatcher.h

Issue 1312653003: Fix for WebView accessible resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments by lfg@. Created 5 years, 4 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: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index 428efd794a5d1afe9641ad81f7a59b3baa53ac28..11f3409cdeba79cca257fcdb309670949a40b5a2 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -159,7 +159,8 @@ class Dispatcher : public content::RenderProcessObserver,
const std::string& tls_channel_id);
void OnDispatchOnDisconnect(int port_id, const std::string& error_message);
void OnLoaded(
- const std::vector<ExtensionMsg_Loaded_Params>& loaded_extensions);
+ const std::vector<ExtensionMsg_Loaded_Params>& loaded_extensions,
+ const std::string& webview_partition_id);
void OnMessageInvoke(const std::string& extension_id,
const std::string& module_name,
const std::string& function_name,

Powered by Google App Engine
This is Rietveld 408576698