| Index: chrome/browser/language_order_table_model.h
|
| diff --git a/chrome/browser/language_order_table_model.h b/chrome/browser/language_order_table_model.h
|
| index 327fe67c37a1850875111c33a4a598d2f15b0961..911d55ec4db5bfd7b82af03d91384257f2175424 100644
|
| --- a/chrome/browser/language_order_table_model.h
|
| +++ b/chrome/browser/language_order_table_model.h
|
| @@ -18,8 +18,8 @@ class LanguageOrderTableModel : public TableModel {
|
| // Set Language List.
|
| void SetAcceptLanguagesString(const std::string& language_list);
|
|
|
| - // Add at the end.
|
| - void Add(const std::string& language);
|
| + // Add at the end. Return true if the language was added.
|
| + bool Add(const std::string& language);
|
|
|
| // Removes the entry at the specified index.
|
| void Remove(int index);
|
|
|