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

Unified Diff: chrome/browser/plugin_exceptions_table_model.cc

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. 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 | « chrome/browser/plugin_exceptions_table_model.h ('k') | chrome/browser/policy/asynchronous_policy_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_exceptions_table_model.cc
diff --git a/chrome/browser/plugin_exceptions_table_model.cc b/chrome/browser/plugin_exceptions_table_model.cc
index c690908ee1aa1ee97e4ca997408da23c925385cd..7ad5b1329e0fdd56d91c81eea2c444c755a242e4 100644
--- a/chrome/browser/plugin_exceptions_table_model.cc
+++ b/chrome/browser/plugin_exceptions_table_model.cc
@@ -102,6 +102,10 @@ std::wstring PluginExceptionsTableModel::GetText(int row, int column_id) {
return std::wstring();
}
+bool PluginExceptionsTableModel::HasGroups() {
+ return true;
+}
+
void PluginExceptionsTableModel::SetObserver(TableModelObserver* observer) {
observer_ = observer;
}
« no previous file with comments | « chrome/browser/plugin_exceptions_table_model.h ('k') | chrome/browser/policy/asynchronous_policy_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698