Remove parameter from Privacy prefs initializer
The context parameter for the PrivacyPreferencesManager initializer is
superfluous given that we just use it to get the app context.  The new
ContextUtils.getApplicationContext() does this this through a static
method.  This change removes the context parameter and updates all
client code.
BUG=
624184
Committed: 
https://crrev.com/814dd6ada11ce9b79feb7994a75d67c49d18ab63
Cr-Commit-Position: refs/heads/master@{#402850}