summaryrefslogtreecommitdiffstats
path: root/win8/test/open_with_dialog_async.cc
Commit message (Collapse)AuthorAgeFilesLines
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
| | | | | | | | | | | | | Remove PlatformThreadHandle.id() interface. Also remove id_ member that is not needed any more. BUG=468793 TEST=./out/Debug/base_unittests TEST=git cl try Review URL: https://codereview.chromium.org/1207823004 Cr-Commit-Position: refs/heads/master@{#340242}
* Add base:: to string16s in win8/.dbeam@chromium.org2013-12-201-8/+8
| | | | | | | | | R=grt@chromium.org BUG=329295 Review URL: https://codereview.chromium.org/119733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242114 0039d316-1c4b-4281-b951-d872f2087c98
* A mechanism to set the default handler for a URL protocol on Windows 8.grt@chromium.org2013-01-171-0/+121
This change introduces OpenWithDialogController, which provides an asynchronous as well as a synchronous interface to setting a default protocol handler on Windows 8. BUG=154081 Review URL: https://chromiumcodereview.appspot.com/11863016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177417 0039d316-1c4b-4281-b951-d872f2087c98