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

Issue 2241273004: Move kUseNewVKWindowBehavior switch. (Closed)

Created:
4 years, 4 months ago by hariank
Modified:
4 years, 4 months ago
Reviewers:
jam, oshima, sky, sadrul
CC:
chromium-reviews, sadrul, dzhioev+watch_chromium.org, achuith+watch_chromium.org, oshima+watch_chromium.org, kalyank, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move kUseNewVKWindowBehavior switch. Moves this switch from ash_switches to ui_base_switches, in preparation for future changes to virtual keyboard behavior. BUG=624521

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -18 lines) Patch
M ash/common/ash_switches.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M ash/common/ash_switches.cc View 1 1 chunk +0 lines, -4 lines 0 comments Download
M ash/common/wm/workspace/workspace_layout_manager.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
M ash/shelf/shelf_layout_manager.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
M ash/shelf/shelf_layout_manager_unittest.cc View 1 3 chunks +3 lines, -4 lines 0 comments Download
M ash/wm/workspace/workspace_layout_manager_unittest.cc View 1 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/base/ui_base_switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ui/base/ui_base_switches.cc View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (16 generated)
hariank
4 years, 4 months ago (2016-08-15 21:16:15 UTC) #2
sadrul
https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h File ui/base/ui_base_switches.h (right): https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h#newcode42 ui/base/ui_base_switches.h:42: UI_BASE_EXPORT extern const char kUseNewVKWindowBehavior[]; Is https://cs.chromium.org/chromium/src/ui/keyboard/keyboard_switches.h a better ...
4 years, 4 months ago (2016-08-15 22:36:31 UTC) #8
hariank
https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h File ui/base/ui_base_switches.h (right): https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h#newcode42 ui/base/ui_base_switches.h:42: UI_BASE_EXPORT extern const char kUseNewVKWindowBehavior[]; On 2016/08/15 22:36:30, sadrul ...
4 years, 4 months ago (2016-08-15 22:52:26 UTC) #9
sadrul
https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h File ui/base/ui_base_switches.h (right): https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h#newcode42 ui/base/ui_base_switches.h:42: UI_BASE_EXPORT extern const char kUseNewVKWindowBehavior[]; On 2016/08/15 22:52:26, hariank ...
4 years, 4 months ago (2016-08-16 00:03:17 UTC) #12
hariank
https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h File ui/base/ui_base_switches.h (right): https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h#newcode42 ui/base/ui_base_switches.h:42: UI_BASE_EXPORT extern const char kUseNewVKWindowBehavior[]; On 2016/08/16 00:03:17, sadrul ...
4 years, 4 months ago (2016-08-16 00:26:31 UTC) #13
hariank
On 2016/08/16 00:26:31, hariank wrote: > https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h > File ui/base/ui_base_switches.h (right): > > https://codereview.chromium.org/2241273004/diff/1/ui/base/ui_base_switches.h#newcode42 > ...
4 years, 4 months ago (2016-08-17 23:22:26 UTC) #14
sky
https://codereview.chromium.org/2241273004/diff/1/ash/common/wm/workspace/workspace_layout_manager.cc File ash/common/wm/workspace/workspace_layout_manager.cc (right): https://codereview.chromium.org/2241273004/diff/1/ash/common/wm/workspace/workspace_layout_manager.cc#newcode134 ash/common/wm/workspace/workspace_layout_manager.cc:134: ::switches::kUseNewVKWindowBehavior) || I've commented on this before, but VK ...
4 years, 4 months ago (2016-08-19 03:05:36 UTC) #16
hariank
https://codereview.chromium.org/2241273004/diff/1/ash/common/wm/workspace/workspace_layout_manager.cc File ash/common/wm/workspace/workspace_layout_manager.cc (right): https://codereview.chromium.org/2241273004/diff/1/ash/common/wm/workspace/workspace_layout_manager.cc#newcode134 ash/common/wm/workspace/workspace_layout_manager.cc:134: ::switches::kUseNewVKWindowBehavior) || On 2016/08/19 03:05:36, sky wrote: > I've ...
4 years, 4 months ago (2016-08-19 17:27:20 UTC) #17
sky
LGTM
4 years, 4 months ago (2016-08-19 19:34:14 UTC) #22
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/2241273004/20001
4 years, 4 months ago (2016-08-19 19:36:33 UTC) #24
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/bea3c659623f74686048ffabdef9b3d3a9aaf5f0 Cr-Commit-Position: refs/heads/master@{#413213}
4 years, 4 months ago (2016-08-19 19:43:32 UTC) #26
commit-bot: I haz the power
4 years, 4 months ago (2016-08-19 19:44:09 UTC) #28
Message was sent while issue was closed.
Committed patchset #2 (id:20001)

Powered by Google App Engine
This is Rietveld 408576698