diff options
author | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 19:02:42 +0000 |
---|---|---|
committer | shess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 19:02:42 +0000 |
commit | b157eed6ea9f4501aeeac85973776392cc52db9b (patch) | |
tree | e205009db1b9baf6f7d837dbd528722ec2220d50 /content/ppapi_plugin/DEPS | |
parent | a7aff7c701d98265f477d93aff583f948bd1c2eb (diff) | |
download | chromium_src-b157eed6ea9f4501aeeac85973776392cc52db9b.zip chromium_src-b157eed6ea9f4501aeeac85973776392cc52db9b.tar.gz chromium_src-b157eed6ea9f4501aeeac85973776392cc52db9b.tar.bz2 |
[Mac] More descriptive process name for flapper.
Put plugin basename without extension in process name. The
human-readable name used for NPAPI version will be a little more
complicated to land, so punting for now.
BUG=132244
TEST=Activity Monitor app shows "PepperFlashPlayer" under Process Name.
Review URL: https://chromiumcodereview.appspot.com/10548031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143659 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/ppapi_plugin/DEPS')
-rw-r--r-- | content/ppapi_plugin/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/ppapi_plugin/DEPS b/content/ppapi_plugin/DEPS index 99326cf..1f10e93 100644 --- a/content/ppapi_plugin/DEPS +++ b/content/ppapi_plugin/DEPS @@ -1,5 +1,6 @@ include_rules = [ "-chrome", + "+content/public/plugin", "+ppapi/c", "+ppapi/proxy", ] |