Index: chromeos/ime/input_method_delegate.h |
diff --git a/chromeos/ime/input_method_delegate.h b/chromeos/ime/input_method_delegate.h |
index b732c48c5bb844d2dc0702015436f57365f23f6c..0eb5432337b41f9104cf7f5b0513911dbba1c26b 100644 |
--- a/chromeos/ime/input_method_delegate.h |
+++ b/chromeos/ime/input_method_delegate.h |
@@ -19,9 +19,8 @@ class InputMethodDelegate { |
InputMethodDelegate() {} |
virtual ~InputMethodDelegate() {} |
- // Retrieves the hardware keyboard layout ID. May return an empty string if |
- // the ID is unknown. |
- virtual std::string GetHardwareKeyboardLayout() const = 0; |
+ // Returns original VPD value. |
+ virtual std::string GetHardwareKeyboardLayouts() const = 0; |
// Retrieves localized string for |resource_id|. |
virtual base::string16 GetLocalizedString(int resource_id) const = 0; |