| Index: chrome/utility/chrome_content_utility_client.h
|
| diff --git a/chrome/utility/chrome_content_utility_client.h b/chrome/utility/chrome_content_utility_client.h
|
| index d00db735b54624ea44facfca5021f9649c0659fe..d20301ea88ff6799cdd66db082b6ec6442495da8 100644
|
| --- a/chrome/utility/chrome_content_utility_client.h
|
| +++ b/chrome/utility/chrome_content_utility_client.h
|
| @@ -69,11 +69,6 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
|
| typedef ScopedVector<UtilityMessageHandler> Handlers;
|
| Handlers handlers_;
|
|
|
| - // Flag to enable whitelisting.
|
| - bool filter_messages_;
|
| - // A list of message_ids to filter.
|
| - std::set<int> message_id_whitelist_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(ChromeContentUtilityClient);
|
| };
|
|
|
|
|