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

Unified Diff: ash/system/tray/system_tray_delegate.h

Issue 10960060: fix "IME changed" notification uses a wrong field of IME (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix name: mappint to mapping Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/system/tray/system_tray_delegate.h
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
index 23d8fc86aa7561520cf89feb1bd510e5d2bb05cd..4beabf8760979aa880f4740e2ead68a73ce592bd 100644
--- a/ash/system/tray/system_tray_delegate.h
+++ b/ash/system/tray/system_tray_delegate.h
@@ -92,6 +92,7 @@ struct ASH_EXPORT IMEInfo {
bool third_party;
std::string id;
string16 name;
+ string16 medium_name;
string16 short_name;
};

Powered by Google App Engine
This is Rietveld 408576698