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

Unified Diff: content/renderer/browser_plugin/browser_plugin.h

Issue 12224094: Browser Plugin: Navigating to the same URL after crash should load a new guest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits + Merged with ToT Created 7 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
Index: content/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 17dcdcf5b3b340dfa0b6c0d243371883e2b3d219..3e63f1179496355fd8433c0fee9b282653eb6214 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -89,6 +89,8 @@ class CONTENT_EXPORT BrowserPlugin :
int guest_process_id() const { return guest_process_id_; }
// Returns Chrome's route ID for the current guest.
int guest_route_id() const { return guest_route_id_; }
+ // Returns whether the guest process has crashed.
+ bool guest_crashed() const { return guest_crashed_; }
// Query whether the guest can navigate back to the previous entry.
bool CanGoBack() const;
« no previous file with comments | « chrome/test/data/extensions/platform_apps/web_view/shim/main.js ('k') | content/renderer/browser_plugin/browser_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698