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

Issue 2563343002: Remove extension_misc::IsImeMenuExtensionId. (Closed)

Created:
4 years ago by Azure Wei
Modified:
4 years ago
Reviewers:
sky
CC:
chromium-reviews, extensions-reviews_chromium.org, sadrul, yusukes+watch_chromium.org, tfarina, shuchen+watch_chromium.org, nona+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, kalyank
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove extension_misc::IsImeMenuExtensionId. extension_misc::IsImeMenuExtensionId() is added for some opt-in IME menu specific logic, since we used to used IME extensions to show the menu: 1) extension_launcher_context_menu.cc: Remove close button from context menu (see issue 1611463002). 2) chrome_native_app_window_views.cc: Move IME menu from mru list (see issue 2025263002). Since we have abandoned the way of using IME extensions to show IME menu, all these codes could be removed. BUG=670825 TEST=Verified on local build. Committed: https://crrev.com/d9993de07cfd0de4f5ad4f682798c84f1d071e38 Cr-Commit-Position: refs/heads/master@{#438382}

Patch Set 1 #

Patch Set 2 #

Total comments: 8

Patch Set 3 : Remove kExcludeFromMruKey. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -102 lines) Patch
M ash/aura/wm_window_aura.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ash/aura/wm_window_aura.cc View 1 2 3 chunks +0 lines, -9 lines 0 comments Download
M ash/common/wm/mru_window_tracker.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ash/common/wm/mru_window_tracker_unittest.cc View 1 2 1 chunk +0 lines, -26 lines 0 comments Download
M ash/common/wm/window_state.h View 1 2 2 chunks +0 lines, -5 lines 0 comments Download
M ash/common/wm/window_state.cc View 1 2 3 chunks +0 lines, -9 lines 0 comments Download
M ash/common/wm_window.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ash/common/wm_window_property.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc View 1 2 2 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views.cc View 1 2 2 chunks +0 lines, -11 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M ui/aura/client/aura_constants.h View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M ui/aura/client/aura_constants.cc View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/mus/property_converter.cc View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 29 (22 generated)
Azure Wei
Please review this CL. Thanks!
4 years ago (2016-12-12 08:12:35 UTC) #11
sky
Make sure you also cleanup any stale includes. https://codereview.chromium.org/2563343002/diff/20001/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc File chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc (right): https://codereview.chromium.org/2563343002/diff/20001/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc#newcode56 chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc:56: if ...
4 years ago (2016-12-12 16:06:55 UTC) #12
Azure Wei
https://codereview.chromium.org/2563343002/diff/20001/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc File chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc (right): https://codereview.chromium.org/2563343002/diff/20001/chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc#newcode56 chrome/browser/ui/ash/launcher/extension_launcher_context_menu.cc:56: if (controller()->IsOpen(item().id)) { On 2016/12/12 16:06:55, sky wrote: > ...
4 years ago (2016-12-13 11:20:47 UTC) #21
sky
Nice! LGTM
4 years ago (2016-12-13 14:14:02 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/2563343002/40001
4 years ago (2016-12-14 00:43:10 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-14 01:39:21 UTC) #27
commit-bot: I haz the power
4 years ago (2016-12-14 01:44:02 UTC) #29
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d9993de07cfd0de4f5ad4f682798c84f1d071e38
Cr-Commit-Position: refs/heads/master@{#438382}

Powered by Google App Engine
This is Rietveld 408576698