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(); |