diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-11 01:49:15 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-11 01:49:15 +0000 |
commit | 86fb87c86839aac249e180d150d385f57d358ef4 (patch) | |
tree | 30b921a03ebd932347822753cd94cb40b3fb066d /webkit | |
parent | 232674631b8d924249fbc1d399edc2c4f17a618d (diff) | |
download | chromium_src-86fb87c86839aac249e180d150d385f57d358ef4.zip chromium_src-86fb87c86839aac249e180d150d385f57d358ef4.tar.gz chromium_src-86fb87c86839aac249e180d150d385f57d358ef4.tar.bz2 |
webkit/glue: Remove an unused declaration of GetWebKitVersion() that was left after a refactoring.
This function was moved at revision r57717 to another file but the declaration
was never removed.
See: http://codereview.chromium.org/3225003
TBR=erikkay@chromium.org,tommi@chromium.org
R=rsleevi@chromium.org
Review URL: http://codereview.chromium.org/7780025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/glue/webkit_glue.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index aa94599..8e5ea40 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -88,9 +88,6 @@ string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive); string16 DumpHistoryState(const std::string& history_state, int indent, bool is_current); -// Returns the WebKit version (major.minor). -std::string GetWebKitVersion(); - // Called to override the default user agent with a custom one. Call this // before anyone actually asks for the user agent in order to prevent // inconsistent behavior. |