| Index: chrome/renderer/content_settings_observer.h
|
| diff --git a/chrome/renderer/content_settings_observer.h b/chrome/renderer/content_settings_observer.h
|
| index 27a304cc7a6d87c9525376eeb861d636c7a3a6ae..b3280e6ea243c8ffcd3bd0812c539f39a527cca8 100644
|
| --- a/chrome/renderer/content_settings_observer.h
|
| +++ b/chrome/renderer/content_settings_observer.h
|
| @@ -55,6 +55,10 @@ class ContentSettingsObserver
|
|
|
| // Sends an IPC notification that the specified content type was blocked
|
| // with additional metadata.
|
| + //
|
| + // When |settings_type| is CONTENT_SETTINGS_TYPE_MIXEDSCRIPT, the
|
| + // browser process expects |details| to contain a valid GURL
|
| + // describing the mixed script that was run.
|
| void DidBlockContentType(ContentSettingsType settings_type,
|
| const base::string16& details);
|
|
|
|
|