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

Unified Diff: chrome/utility/chrome_content_utility_client.h

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds the elevation flag to the utility process. Created 6 years, 10 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
« no previous file with comments | « chrome/utility/OWNERS ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8b914f8119c5728691d7881a66eb892258745961..fcc5da9b8c8cf82e863f761d55a44ef4b3c188ed 100644
--- a/chrome/utility/chrome_content_utility_client.h
+++ b/chrome/utility/chrome_content_utility_client.h
@@ -129,6 +129,11 @@ class ChromeContentUtilityClient : public content::ContentUtilityClient {
scoped_ptr<metadata::MediaMetadataParser> media_metadata_parser_;
#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
+ // 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);
};
« no previous file with comments | « chrome/utility/OWNERS ('k') | chrome/utility/chrome_content_utility_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698