| Index: content/browser/browser_plugin/browser_plugin_guest.h
|
| diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
|
| index 1b480e6acfee67497a9939acae438476fbb43a7c..ee81fb36c79eab4cc4d672e3362c1ffab43c7dc3 100644
|
| --- a/content/browser/browser_plugin/browser_plugin_guest.h
|
| +++ b/content/browser/browser_plugin/browser_plugin_guest.h
|
| @@ -432,6 +432,9 @@ class CONTENT_EXPORT BrowserPluginGuest : public NotificationObserver,
|
| typedef std::map<int, int> NewWindowRequestMap;
|
| NewWindowRequestMap new_window_request_map_;
|
|
|
| + std::string storage_partition_id_;
|
| + bool persist_storage_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(BrowserPluginGuest);
|
| };
|
|
|
|
|