| Index: content/public/renderer/render_frame.h
|
| diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
|
| index 626229b8e8c3f4376bbfbeeeb17ff44fd6d08cff..b602921b7fa25596341e838cc0f1257f1b2c9824 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -229,8 +229,8 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
|
| virtual void AddMessageToConsole(ConsoleMessageLevel level,
|
| const std::string& message) = 0;
|
|
|
| - // Whether or not this frame is using Lo-Fi.
|
| - virtual bool IsUsingLoFi() const = 0;
|
| + // The PreviewsState of this frame.
|
| + virtual int GetPreviewsState() const = 0;
|
|
|
| // Whether or not this frame is currently pasting.
|
| virtual bool IsPasting() const = 0;
|
|
|