Chromium Code Reviews

Unified Diff: chrome/browser/plugin_exceptions_table_model.h

Issue 5794003: Deinline even more destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/notifications/balloon_host.cc ('k') | chrome/browser/plugin_exceptions_table_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « chrome/browser/notifications/balloon_host.cc ('k') | chrome/browser/plugin_exceptions_table_model.cc » ('j') | no next file with comments »

Powered by Google App Engine