| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 152ba41805fee80d2b7a23727b68e7c805dae727..cff037ef33b70664386dce559cae54f2e18e3e2e 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -287,6 +287,11 @@ public:
|
| virtual void setIsolatedWorldContentSecurityPolicy(
|
| int worldID, const WebString&) = 0;
|
|
|
| + // Associates an isolated world with human-readable name which is useful for
|
| + // extension debugging.
|
| + virtual void setIsolatedWorldHumanReadableName(
|
| + int worldID, const WebString&) = 0;
|
| +
|
| // Logs to the console associated with this frame.
|
| virtual void addMessageToConsole(const WebConsoleMessage&) = 0;
|
|
|
|
|