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

Unified Diff: content/browser/browser_plugin/browser_plugin_embedder_helper.h

Issue 11046002: Browser Plugin: Fixed browser process crash on embedder reload. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 8 years, 2 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 | « no previous file | content/browser/browser_plugin/browser_plugin_embedder_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browser_plugin/browser_plugin_embedder_helper.h
diff --git a/content/browser/browser_plugin/browser_plugin_embedder_helper.h b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
index c5e6c8ea329ec31411330e8562add89b5edb06d5..6e90c9d4eb0b6044ee0e750ebd17d419b6e56f1b 100644
--- a/content/browser/browser_plugin/browser_plugin_embedder_helper.h
+++ b/content/browser/browser_plugin/browser_plugin_embedder_helper.h
@@ -51,6 +51,9 @@ class BrowserPluginEmbedderHelper : public RenderViewHostObserver {
private:
// Message handlers.
+ void OnCreateGuest(int instance_id,
+ const std::string& storage_partition_id,
+ bool persist_storage);
void OnNavigateGuest(int instance_id,
const std::string& src,
const BrowserPluginHostMsg_ResizeGuest_Params& params);
« no previous file with comments | « no previous file | content/browser/browser_plugin/browser_plugin_embedder_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698