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

Unified Diff: ash/common/system/tray/ime_info.h

Issue 2271483003: Updates the IME list when the IME has refreshed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/common/system/tray/ime_info.h
diff --git a/ash/common/system/tray/ime_info.h b/ash/common/system/tray/ime_info.h
index d250fd663b2993caf4b1ec9eb342e25adc1c8715..e1c01dfd9ae3d2e462357df7ec186214939b905c 100644
--- a/ash/common/system/tray/ime_info.h
+++ b/ash/common/system/tray/ime_info.h
@@ -15,6 +15,13 @@ namespace ash {
struct ASH_EXPORT IMEInfo {
IMEInfo();
+ IMEInfo(bool selected,
James Cook 2016/08/24 16:03:53 nit: Don't change this. Using the members explicit
Azure Wei 2016/08/25 02:10:44 Removed this constructor.
+ bool third_party,
+ const std::string& id,
+ const std::string& name,
+ const std::string& medium_name,
+ const std::string& short_name);
+
IMEInfo(const IMEInfo& other);
~IMEInfo();

Powered by Google App Engine
This is Rietveld 408576698