summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sxs_linux.h
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-24 12:57:09 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-24 12:57:09 +0000
commita153f552cead8a317b8a95671fad9d0d5360bc87 (patch)
tree62619de4a951ef6d38583e30c3160d6db3e8aa6d /chrome/browser/sxs_linux.h
parent3154c3cb41b75321bc746eda5ccdfbd54180affc (diff)
downloadchromium_src-a153f552cead8a317b8a95671fad9d0d5360bc87.zip
chromium_src-a153f552cead8a317b8a95671fad9d0d5360bc87.tar.gz
chromium_src-a153f552cead8a317b8a95671fad9d0d5360bc87.tar.bz2
Cleanup: Convert chrome_browser_main_linux.cc to use the blocking thread pool.
Also remove cruft and simplify code. Review URL: https://codereview.chromium.org/297023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sxs_linux.h')
-rw-r--r--chrome/browser/sxs_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sxs_linux.h b/chrome/browser/sxs_linux.h
index cff48f2..618654e 100644
--- a/chrome/browser/sxs_linux.h
+++ b/chrome/browser/sxs_linux.h
@@ -16,7 +16,7 @@ namespace sxs_linux {
// Records channel of the running browser in user data dir. This is needed
// to support a seamless and automatic upgrade from non-side-by-side
// to side-by-side Linux packages (the latter use different default data dirs).
-// Must be run on FILE thread.
+// Must be run on a blocking thread pool.
void AddChannelMarkToUserDataDir();
// Returns true if user data dir migration has been requested.