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

Unified Diff: ui/base/ime/chromeos/input_method_descriptor.cc

Issue 1871743003: ui: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « ui/base/ime/chromeos/input_method_descriptor.h ('k') | ui/base/ime/chromeos/input_method_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/input_method_descriptor.cc
diff --git a/ui/base/ime/chromeos/input_method_descriptor.cc b/ui/base/ime/chromeos/input_method_descriptor.cc
index eda8aa6b9a66d625b75c9e46ee70ed16685792b4..5846b1f14b6f8849fd5e82546fa79b6b49c976f7 100644
--- a/ui/base/ime/chromeos/input_method_descriptor.cc
+++ b/ui/base/ime/chromeos/input_method_descriptor.cc
@@ -34,6 +34,9 @@ InputMethodDescriptor::InputMethodDescriptor(
input_view_url_(input_view_url) {
}
+InputMethodDescriptor::InputMethodDescriptor(
+ const InputMethodDescriptor& other) = default;
+
std::string InputMethodDescriptor::GetPreferredKeyboardLayout() const {
// TODO(nona): Investigate better way to guess the preferred layout
// http://crbug.com/170601.
« no previous file with comments | « ui/base/ime/chromeos/input_method_descriptor.h ('k') | ui/base/ime/chromeos/input_method_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698