Chromium Code Reviews| Index: Source/core/inspector/PageRuntimeAgent.h |
| diff --git a/Source/core/inspector/PageRuntimeAgent.h b/Source/core/inspector/PageRuntimeAgent.h |
| old mode 100644 |
| new mode 100755 |
| index 983914dfc61f213848c8b250347dd9c34ed5d5fc..6d75a6495f6d867788b4d69a44c7982313047671 |
| --- a/Source/core/inspector/PageRuntimeAgent.h |
| +++ b/Source/core/inspector/PageRuntimeAgent.h |
| @@ -55,6 +55,9 @@ public: |
| virtual void enable(ErrorString*) OVERRIDE; |
| virtual void disable(ErrorString*) OVERRIDE; |
| + void scriptsEnabled(Frame*, bool isEnabled); |
|
pfeldman
2014/01/24 16:25:21
You don't need these.
gnana
2014/01/27 16:31:07
Done.
|
| + void textAutosizingEnabled(Frame*, bool isEnabled); |
| + void fontScaleFactor(Frame*, float factor); |
| void didClearWindowObjectInWorld(Frame*, DOMWrapperWorld*); |
| void didCreateIsolatedContext(Frame*, ScriptState*, SecurityOrigin*); |