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

Unified Diff: content/public/browser/browser_plugin_guest_delegate.h

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor one method, Created 6 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/public/browser/browser_plugin_guest_delegate.h
diff --git a/content/public/browser/browser_plugin_guest_delegate.h b/content/public/browser/browser_plugin_guest_delegate.h
index 7ae4eb8d997f3f863383765ff663e8d44ee95ff3..51e89c1fa16d441bee86b37a46c49f9733d10197 100644
--- a/content/public/browser/browser_plugin_guest_delegate.h
+++ b/content/public/browser/browser_plugin_guest_delegate.h
@@ -17,6 +17,10 @@
#include "ui/gfx/size.h"
#include "url/gurl.h"
+namespace base {
+class DictionaryValue;
+} // namespace base
+
namespace blink {
class WebGestureEvent;
} // namespace blink
@@ -53,7 +57,7 @@ class CONTENT_EXPORT BrowserPluginGuestDelegate {
virtual void Close() {}
// Notification that the embedder has completed attachment.
- virtual void DidAttach() {}
+ virtual void DidAttach(const base::DictionaryValue& extra_params) {}
// Informs the delegate that the guest render process is gone. |status|
// indicates whether the guest was killed, crashed, or was terminated

Powered by Google App Engine
This is Rietveld 408576698