| Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| index d16e979f95d4e4d020982d9ffd080cf32a05adf1..2cee654876dbf9c8080ff14b851c114579789262 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -273,6 +273,9 @@ public:
|
|
|
| // Effective connection type when this frame was loaded.
|
| virtual WebEffectiveConnectionType getEffectiveConnectionType() { return WebEffectiveConnectionType::TypeUnknown; }
|
| +
|
| + // TODO(kdsilva)
|
| + virtual bool overrideEmbedInfo(String*) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|