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

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

Issue 16057004: <webview>: Fix navigation/attachment race (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 10a48f709ff3fa25b452501f1bcd9d5511acdc79..48a48016287738a094759ca1f928e31b34b88735 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -99,7 +99,10 @@ class CONTENT_EXPORT BrowserPlugin :
int guest_route_id() const { return guest_route_id_; }
// Returns whether the guest process has crashed.
bool guest_crashed() const { return guest_crashed_; }
- bool HasGuest() const;
+ // Returns whether this BrowserPlugin has requested an instance ID.
+ bool HasNavigated() const;
+ // Returns whether this BrowserPlugin has allocated an instance ID.
+ bool HasInstanceID() const;
// Attaches the window identified by |window_id| to the the given node
// encapsulating a BrowserPlugin.
« no previous file with comments | « no previous file | content/renderer/browser_plugin/browser_plugin.cc » ('j') | content/renderer/browser_plugin/browser_plugin.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698