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

Unified Diff: chromeos/ime/input_method_descriptor.cc

Issue 14070014: Remove |third_party| from InputMethodDescriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « chromeos/ime/input_method_descriptor.h ('k') | chromeos/ime/input_method_descriptor_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/ime/input_method_descriptor.cc
diff --git a/chromeos/ime/input_method_descriptor.cc b/chromeos/ime/input_method_descriptor.cc
index 408852c743dc78a8cfa9ea65d8376ce686c66481..ef856afe045ceb3bbd63bd24475ae95255830692 100644
--- a/chromeos/ime/input_method_descriptor.cc
+++ b/chromeos/ime/input_method_descriptor.cc
@@ -17,17 +17,15 @@ InputMethodDescriptor::InputMethodDescriptor(
const std::string& name,
const std::string& keyboard_layout,
const std::string& language_code,
- const std::string& options_page_url,
- bool third_party)
+ const std::string& options_page_url)
: id_(id),
name_(name),
keyboard_layout_(keyboard_layout),
language_code_(language_code),
- options_page_url_(options_page_url),
- third_party_(third_party) {
+ options_page_url_(options_page_url) {
}
-InputMethodDescriptor::InputMethodDescriptor() : third_party_(false) {
+InputMethodDescriptor::InputMethodDescriptor() {
}
InputMethodDescriptor::~InputMethodDescriptor() {
« no previous file with comments | « chromeos/ime/input_method_descriptor.h ('k') | chromeos/ime/input_method_descriptor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698