Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: Source/core/inspector/PageRuntimeAgent.h

Issue 146683003: Settings should not call into inspector (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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*);

Powered by Google App Engine
This is Rietveld 408576698