| Index: extensions/renderer/dispatcher.h
|
| diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
|
| index 428efd794a5d1afe9641ad81f7a59b3baa53ac28..aa60b3257cb4479368a386d464c44a54479c4a7c 100644
|
| --- a/extensions/renderer/dispatcher.h
|
| +++ b/extensions/renderer/dispatcher.h
|
| @@ -171,6 +171,7 @@ class Dispatcher : public content::RenderProcessObserver,
|
| const ExtensionsClient::ScriptingWhitelist& extension_ids);
|
| void OnSetSystemFont(const std::string& font_family,
|
| const std::string& font_size);
|
| + void OnSetWebViewPartitionID(const std::string& parition_id);
|
| void OnShouldSuspend(const std::string& extension_id, uint64 sequence_id);
|
| void OnSuspend(const std::string& extension_id);
|
| void OnTransferBlobs(const std::vector<std::string>& blob_uuids);
|
|
|