From 06533c0b11ce14b45eb0205fdc28a217eeba763c Mon Sep 17 00:00:00 2001
From: "asargent@chromium.org"
 <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Thu, 5 Mar 2009 21:39:11 +0000
Subject: Refactor v8 extensions so that they aren't in the WebCore namespace,
 and can call functions in the rest of Chromium code without having to go
 through ChromiumBridge (which now lives upstream in the WebKit repository).

R=darin,mbelshe


Review URL: http://codereview.chromium.org/40132

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11040 0039d316-1c4b-4281-b951-d872f2087c98
---
 webkit/glue/webkit_glue.h | 2 --
 1 file changed, 2 deletions(-)

(limited to 'webkit/glue/webkit_glue.h')

diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index 003b0da..0ddee38 100644
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -58,8 +58,6 @@ struct ScreenInfo;
 //---- BEGIN FUNCTIONS IMPLEMENTED BY WEBKIT/GLUE -----------------------------
 
 void SetJavaScriptFlags(const std::wstring& flags);
-void SetRecordPlaybackMode(bool value);
-void SetShouldExposeGCController(bool enable);
 
 // Turn on the logging for notImplemented() calls from WebCore.
 void EnableWebCoreNotImplementedLogging();
-- 
cgit v1.1