summaryrefslogtreecommitdiffstats
path: root/chrome/common/platform_util.h
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 14:34:12 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-27 14:34:12 +0000
commit0082d7e0d4531edc2a923ec9ca990c74397cdae2 (patch)
treea669316a8a234b44f39ebf085d5b5785d7357ce9 /chrome/common/platform_util.h
parent1b7e93b7e3ac1f74f61a83d6c6eb1575d427b578 (diff)
downloadchromium_src-0082d7e0d4531edc2a923ec9ca990c74397cdae2.zip
chromium_src-0082d7e0d4531edc2a923ec9ca990c74397cdae2.tar.gz
chromium_src-0082d7e0d4531edc2a923ec9ca990c74397cdae2.tar.bz2
Continue removing bad dependency of chrome/common on chrome/browser
TEST=none BUG=none Review URL: http://codereview.chromium.org/661178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40224 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/platform_util.h')
-rw-r--r--chrome/common/platform_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/platform_util.h b/chrome/common/platform_util.h
index 99b322e..a2f5d31 100644
--- a/chrome/common/platform_util.h
+++ b/chrome/common/platform_util.h
@@ -26,9 +26,6 @@ void OpenExternal(const GURL& url);
// Get the top level window for the native view. This can return NULL.
gfx::NativeWindow GetTopLevel(gfx::NativeView view);
-// Get the title of the window.
-string16 GetWindowTitle(gfx::NativeWindow window);
-
// Returns true if |window| is the foreground top level window.
bool IsWindowActive(gfx::NativeWindow window);