summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/plugin_selection_policy_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-1/+1
| | | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6594084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76411 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeOS build by adding new namespaces.brettw@chromium.org2010-12-211-2/+2
| | | | | | Review URL: http://codereview.chromium.org/5960007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69810 0039d316-1c4b-4281-b951-d872f2087c98
* Added a new case in unit test, and fixed some post-commit commentsgspencer@chromium.org2010-10-291-53/+69
| | | | | | | | | | | from last review. BUG=none TEST=ran unit test. Review URL: http://codereview.chromium.org/3848001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64512 0039d316-1c4b-4281-b951-d872f2087c98
* This adds a plugin selection policy for selecting which plugin isgspencer@chromium.org2010-10-141-0/+270
allowed for a particular domain. It is only used on ChromeOS. It reads from a file that is installed in a known location on ChromeOS, and uses that as it's policy. When there are multiple plugins supporting the same mime-type, the appropriate plugin file to load is now selected based on policy. BUG=http://crosbug.com/7403 TEST=ran new unit test, tested on device. Review URL: http://codereview.chromium.org/3717005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62679 0039d316-1c4b-4281-b951-d872f2087c98