summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell_mac.mm
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-27 21:14:57 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-27 21:14:57 +0000
commit1d7b60c36369815b2d08ab7836d2193f85a9b946 (patch)
tree163181ef552c367bf52608f08d8bd18c57b88dc8 /webkit/tools/test_shell/test_shell_mac.mm
parent62d317f17a184ff6ececa01cd16a0902f723f375 (diff)
downloadchromium_src-1d7b60c36369815b2d08ab7836d2193f85a9b946.zip
chromium_src-1d7b60c36369815b2d08ab7836d2193f85a9b946.tar.gz
chromium_src-1d7b60c36369815b2d08ab7836d2193f85a9b946.tar.bz2
Make the UI controls (back/forward/stop) in TestShell disable when appropriate.
R=dglazkov Review URL: http://codereview.chromium.org/554102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_mac.mm')
-rw-r--r--webkit/tools/test_shell/test_shell_mac.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_mac.mm b/webkit/tools/test_shell/test_shell_mac.mm
index 9e13f0d..c3760de 100644
--- a/webkit/tools/test_shell/test_shell_mac.mm
+++ b/webkit/tools/test_shell/test_shell_mac.mm
@@ -155,6 +155,10 @@ FilePath GetResourcesFilePath() {
void TestShell::PlatformCleanUp() {
}
+void TestShell::EnableUIControl(UIControl control, bool is_enabled) {
+ // TODO(darin): Implement me.
+}
+
// static
void TestShell::DestroyAssociatedShell(gfx::NativeWindow handle) {
WindowMap::iterator it = window_map_.Get().find(handle);