| Index: chrome/browser/dom_ui/options/content_settings_handler.h
|
| diff --git a/chrome/browser/dom_ui/options/content_settings_handler.h b/chrome/browser/dom_ui/options/content_settings_handler.h
|
| index a67f89e38717bd8513a24c8bb621453bf655f326..154253941ba4aadb4893d32f91f35dd8bd35bf16 100644
|
| --- a/chrome/browser/dom_ui/options/content_settings_handler.h
|
| +++ b/chrome/browser/dom_ui/options/content_settings_handler.h
|
| @@ -65,10 +65,10 @@ class ContentSettingsHandler : public OptionsPageUIHandler {
|
| // chosen.
|
| void SetContentFilter(const ListValue* args);
|
|
|
| - // Removes the given rows from the table. The first entry in |args| is the
|
| - // content type, and the rest of the arguments describe individual exceptions
|
| + // Removes the given row from the table. The first entry in |args| is the
|
| + // content type, and the rest of the arguments depend on the content type
|
| // to be removed.
|
| - void RemoveExceptions(const ListValue* args);
|
| + void RemoveException(const ListValue* args);
|
|
|
| // Changes the value of an exception. Called after the user is done editing an
|
| // exception.
|
|
|