Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Issue 23651006: Allow user data dir to be specified in the environment. (Closed)

Created:
7 years, 3 months ago by Jamie
Modified:
7 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Allow user data dir to be specified in the environment. This allows us to address one of the top user-reported problems with Chrome Remote Desktop on Linux; namely that when users run Chrome inside their virtual desktop, it simply opens a new window in their existing Chrome instance (or, worse, if the first run of Chrome is in their virtual session, then it prevents them running Chrome on the console). Once this change hits Stable, we will be able to update our virtual session start-up scripts to set the environment variable, letting the user run Chrome on both their console and virtual desktops. They can then use Chrome Sync to keep bookmarks etc. synchronized. BUG=253614 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222160

Patch Set 1 #

Total comments: 2

Patch Set 2 : Reviewer feedback + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M chrome/app/chrome_main_delegate.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Jamie
wez: ptal cpu: for OWNERS jschuh: mostly fyi since you consulted on this.
7 years, 3 months ago (2013-08-28 20:54:00 UTC) #1
Wez
lgtm https://codereview.chromium.org/23651006/diff/1/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): https://codereview.chromium.org/23651006/diff/1/chrome/app/chrome_main_delegate.cc#newcode604 chrome/app/chrome_main_delegate.cc:604: user_data_dir = base::FilePath::FromUTF8Unsafe(user_data_dir_string); nit: Braces around this, since ...
7 years, 3 months ago (2013-08-28 21:06:41 UTC) #2
jschuh
You don't need my review on this, since it doesn't have a security impact.
7 years, 3 months ago (2013-08-28 21:27:58 UTC) #3
Jamie
cpu: Ping.
7 years, 3 months ago (2013-08-30 18:04:13 UTC) #4
cpu_(ooo_6.6-7.5)
this is windows code, maybe I misread the description of the CL?
7 years, 3 months ago (2013-09-03 21:06:27 UTC) #5
Jamie
On 2013/09/03 21:06:27, cpu wrote: > this is windows code, maybe I misread the description ...
7 years, 3 months ago (2013-09-03 21:12:43 UTC) #6
cpu_(ooo_6.6-7.5)
also the delegate only executes on Windows 8.
7 years, 3 months ago (2013-09-03 21:12:50 UTC) #7
cpu_(ooo_6.6-7.5)
yes please ifdef. lgtm with that.
7 years, 3 months ago (2013-09-07 02:17:27 UTC) #8
Jamie
fyi https://codereview.chromium.org/23651006/diff/1/chrome/app/chrome_main_delegate.cc File chrome/app/chrome_main_delegate.cc (right): https://codereview.chromium.org/23651006/diff/1/chrome/app/chrome_main_delegate.cc#newcode604 chrome/app/chrome_main_delegate.cc:604: user_data_dir = base::FilePath::FromUTF8Unsafe(user_data_dir_string); On 2013/08/28 21:06:41, Wez wrote: ...
7 years, 3 months ago (2013-09-09 20:13:00 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamiewalch@chromium.org/23651006/27001
7 years, 3 months ago (2013-09-09 20:13:22 UTC) #10
commit-bot: I haz the power
7 years, 3 months ago (2013-09-10 00:51:45 UTC) #11
Message was sent while issue was closed.
Change committed as 222160

Powered by Google App Engine
This is Rietveld 408576698