summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/options/exceptions_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/options/exceptions_view.h')
-rw-r--r--chrome/browser/views/options/exceptions_view.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome/browser/views/options/exceptions_view.h b/chrome/browser/views/options/exceptions_view.h
index bc33564..241d055 100644
--- a/chrome/browser/views/options/exceptions_view.h
+++ b/chrome/browser/views/options/exceptions_view.h
@@ -66,10 +66,11 @@ class ExceptionsView : public ExceptionEditorView::Delegate,
virtual views::View* GetContentsView() { return this; }
// ExceptionEditorView::Delegate implementation.
- virtual void AcceptExceptionEdit(const std::string& host,
- ContentSetting setting,
- int index,
- bool is_new);
+ virtual void AcceptExceptionEdit(
+ const HostContentSettingsMap::Pattern& pattern,
+ ContentSetting setting,
+ int index,
+ bool is_new);
private:
ExceptionsView(HostContentSettingsMap* map, ContentSettingsType type);