| Index: chrome/browser/plugin_exceptions_table_model.h
|
| diff --git a/chrome/browser/plugin_exceptions_table_model.h b/chrome/browser/plugin_exceptions_table_model.h
|
| index d9f8e400625013a03630a1b46ced11970d9a489e..d345b950351cf4979f381deaa507124f7c9936e6 100644
|
| --- a/chrome/browser/plugin_exceptions_table_model.h
|
| +++ b/chrome/browser/plugin_exceptions_table_model.h
|
| @@ -37,7 +37,7 @@ class PluginExceptionsTableModel : public RemoveRowsTableModel,
|
| virtual int RowCount();
|
| virtual std::wstring GetText(int row, int column_id);
|
| virtual void SetObserver(TableModelObserver* observer);
|
| - virtual bool HasGroups() { return true; }
|
| + virtual bool HasGroups();
|
| virtual Groups GetGroups();
|
| virtual int GetGroupID(int row);
|
|
|
| @@ -54,10 +54,10 @@ class PluginExceptionsTableModel : public RemoveRowsTableModel,
|
| friend class PluginExceptionsTableModelTest;
|
|
|
| struct SettingsEntry {
|
| - ContentSettingsPattern pattern;
|
| - int plugin_id;
|
| - ContentSetting setting;
|
| - bool is_otr;
|
| + ContentSettingsPattern pattern;
|
| + int plugin_id;
|
| + ContentSetting setting;
|
| + bool is_otr;
|
| };
|
|
|
| void ClearSettings();
|
|
|