diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-24 11:05:21 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-24 11:05:21 +0000 |
commit | 86ec66596544ad8b248e482d4ac84a2b3a3b33fd (patch) | |
tree | dc420f08dcdeace86f8ca88b81415aa77ac913d4 /webkit/glue/webkit_glue_dummy.cc | |
parent | 5a9bb8d6fad3df068fa8fe8301ca1685c0c66bb6 (diff) | |
download | chromium_src-86ec66596544ad8b248e482d4ac84a2b3a3b33fd.zip chromium_src-86ec66596544ad8b248e482d4ac84a2b3a3b33fd.tar.gz chromium_src-86ec66596544ad8b248e482d4ac84a2b3a3b33fd.tar.bz2 |
revert r35237 since it causes Mac unit tests to fail.
"Split more targets from chrome.gyp to add support for building Native Client for 64-bit Windows. "
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/520006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue_dummy.cc')
-rw-r--r-- | webkit/glue/webkit_glue_dummy.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/webkit/glue/webkit_glue_dummy.cc b/webkit/glue/webkit_glue_dummy.cc deleted file mode 100644 index 9947c3c..0000000 --- a/webkit/glue/webkit_glue_dummy.cc +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "webkit/glue/webkit_glue.h" - - -//------------------------------------------------------------------------------ -// webkit_glue impl: - -namespace webkit_glue { - -// Global variable used by the plugin quirk "die after unload". -bool g_forcefully_terminate_plugin_process = false; - -void SetUserAgent(const std::string& new_user_agent) { -} - - -} // namespace webkit_glue |