Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved apps metro code from apps to chrome/browser/apps. | benwells@chromium.org | 2013-10-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | This code is chrome specific and does not belong in the generic apps component. BUG=159366 TEST=Run apps and app launcher on Windows 8, in these cases: * when chrome is not running, * when chrome is already running in metro mode, * when chrome is already running and is not in metro mode. Review URL: https://codereview.chromium.org/25034003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226705 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Introduce AppsClient and use it in apps to get the loaded profiles list. | benwells@chromium.org | 2013-09-13 | 1 | -0/+32 |
This breaks one dependency from the apps component to g_browser_process and some dependencies on profile. BUG=159366 Review URL: https://chromiumcodereview.appspot.com/23524005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222988 0039d316-1c4b-4281-b951-d872f2087c98 |