Skip to content

Commit

Permalink
Rename TSFTextStore to TextStore
Browse files Browse the repository at this point in the history
This CL does nothing except for renaming TSFTextStore to TextStore.

The TSF prefix is considered to be redundant because TSF (Text Services Framework) is the only available API to support IMEs under Metro mode.

BUG=326912

Review URL: https://codereview.chromium.org/103383004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240474 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
yukawa@chromium.org committed Dec 12, 2013
1 parent 76c4725 commit dc87f96
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 138 deletions.
1 change: 0 additions & 1 deletion win8/metro_driver/ime/text_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@

namespace metro_driver {
namespace {
typedef TSFTextStore TextStore;

// Japanese IME expects the default value of this compartment is
// TF_SENTENCEMODE_PHRASEPREDICT to emulate IMM32 behavior. This value is
Expand Down
Loading

0 comments on commit dc87f96

Please sign in to comment.