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

Unified Diff: Source/WebCore/page/Frame.h

Issue 14188004: Remove UserScript support, which is not used by Chromium (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove one more test Created 7 years, 8 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
« no previous file with comments | « Source/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/page/Frame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/page/Frame.h
diff --git a/Source/WebCore/page/Frame.h b/Source/WebCore/page/Frame.h
index d37649f0cb7ec08795ae010f73635827c3a3669f..5208485c0df00d2c7a9f947bad9ea05f81a2dec8 100644
--- a/Source/WebCore/page/Frame.h
+++ b/Source/WebCore/page/Frame.h
@@ -38,7 +38,6 @@
#include "FrameTree.h"
#include "NavigationScheduler.h"
#include "ScriptController.h"
-#include "UserScriptTypes.h"
namespace WebCore {
@@ -108,8 +107,6 @@ namespace WebCore {
bool inScope(TreeScope*) const;
- void injectUserScripts(UserScriptInjectionTime);
-
String layerTreeAsText(LayerTreeFlags = 0) const;
String trackedRepaintRectsAsText() const;
@@ -174,8 +171,6 @@ namespace WebCore {
private:
Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*);
- void injectUserScriptsForWorld(DOMWrapperWorld*, const UserScriptVector&, UserScriptInjectionTime);
-
HashSet<FrameDestructionObserver*> m_destructionObservers;
Page* m_page;
« no previous file with comments | « Source/WebCore/loader/FrameLoader.cpp ('k') | Source/WebCore/page/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698