| 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..1f009d602221584b3afa47134ff7c8883ec67cbc 100644
|
| --- a/content/public/renderer/render_frame.h
|
| +++ b/content/public/renderer/render_frame.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/strings/string16.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/common/console_message_level.h"
|
| +#include "content/public/common/previews_state.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "ppapi/features/features.h"
|
| @@ -229,8 +230,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 PreviewsState GetPreviewsState() const = 0;
|
|
|
| // Whether or not this frame is currently pasting.
|
| virtual bool IsPasting() const = 0;
|
|
|