summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r--chrome/renderer/render_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 3e8e213..c09bf32 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -836,7 +836,7 @@ class RenderView : public RenderWidget,
// Helper method that returns if the user wants to block content of type
// |content_type| and sends an IPC message to the browser if content will be
// blocked.
- bool allowContentType(ContentSettingsType settings_type,
+ bool AllowContentType(ContentSettingsType settings_type,
bool enabled_per_settings);
// Resets the |content_blocked_| array.