| Index: content/browser/plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/plugin_process_host.h (revision 90755)
|
| +++ content/browser/plugin_process_host.h (working copy)
|
| @@ -45,6 +45,7 @@
|
| // the channel.
|
| virtual int ID() = 0;
|
| virtual bool OffTheRecord() = 0;
|
| + virtual bool SaveLocalState() = 0;
|
| virtual void SetPluginInfo(const webkit::npapi::WebPluginInfo& info) = 0;
|
| // The client should delete itself when one of these methods is called.
|
| virtual void OnChannelOpened(const IPC::ChannelHandle& handle) = 0;
|
|
|