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

Issue 2195063003: Linux: Sync GetDesktopName in gtk2_util.cc (Closed)

Created:
4 years, 4 months ago by Tom (Use chromium acct)
Modified:
4 years, 4 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Linux: Sync GetDesktopName in gtk2_util.cc BUG=632841 Committed: https://crrev.com/12d7c7f1f6a38f067803c676e5cac9cccc11dab2 Cr-Commit-Position: refs/heads/master@{#408846}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Updated comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -4 lines) Patch
M chrome/browser/shell_integration_linux.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_util.cc View 1 2 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
Tom (Use chromium acct)
4 years, 4 months ago (2016-07-29 23:49:54 UTC) #3
Lei Zhang
https://codereview.chromium.org/2195063003/diff/1/chrome/browser/ui/libgtk2ui/gtk2_util.cc File chrome/browser/ui/libgtk2ui/gtk2_util.cc (right): https://codereview.chromium.org/2195063003/diff/1/chrome/browser/ui/libgtk2ui/gtk2_util.cc#newcode61 chrome/browser/ui/libgtk2ui/gtk2_util.cc:61: // TODO(erg): This method was copied out of shell_integration_linux.cc. ...
4 years, 4 months ago (2016-07-30 00:40:33 UTC) #5
Tom (Use chromium acct)
On 2016/07/30 00:40:33, Lei Zhang wrote: > https://codereview.chromium.org/2195063003/diff/1/chrome/browser/ui/libgtk2ui/gtk2_util.cc > File chrome/browser/ui/libgtk2ui/gtk2_util.cc (right): > > https://codereview.chromium.org/2195063003/diff/1/chrome/browser/ui/libgtk2ui/gtk2_util.cc#newcode61 ...
4 years, 4 months ago (2016-07-30 01:18:57 UTC) #8
Lei Zhang
On 2016/07/30 01:18:57, Tom Anderson wrote: > On 2016/07/30 00:40:33, Lei Zhang wrote: > > ...
4 years, 4 months ago (2016-07-30 01:22:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2195063003/20001
4 years, 4 months ago (2016-07-30 02:34:58 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-30 02:38:07 UTC) #16
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/12d7c7f1f6a38f067803c676e5cac9cccc11dab2 Cr-Commit-Position: refs/heads/master@{#408846}
4 years, 4 months ago (2016-07-30 02:39:20 UTC) #18
miu
4 years, 4 months ago (2016-07-30 23:26:40 UTC) #19
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2196073002/ by miu@chromium.org.

The reason for reverting is: Broke Linux GN build on my desktop (linker error):

obj/chrome/browser/ui/libgtk2ui/libgtk2ui/gtk2_util.o:../../chrome/browser/ui/libgtk2ui/gtk2_util.cc:function
libgtk2ui::GetDesktopName(base::Environment*): error: undefined reference to
'chrome::GetChannel()'
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Contents of my out/Release/args.gn:

  is_component_build = true
  is_debug = false
  is_chrome_branded = true
  dcheck_always_on = true
  use_goma = true
.

Powered by Google App Engine
This is Rietveld 408576698