diff options
author | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 23:01:21 +0000 |
---|---|---|
committer | ananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-27 23:01:21 +0000 |
commit | 5cdc8bdb4c847cefe7f4542bd10c9880c2c557a0 (patch) | |
tree | 77968aa7e83893662e3e8276d186b8a9b8868d74 /chrome/common/chrome_constants.h | |
parent | 5544f39feaa60648ea95c75eefb2a7239ce0f4aa (diff) | |
download | chromium_src-5cdc8bdb4c847cefe7f4542bd10c9880c2c557a0.zip chromium_src-5cdc8bdb4c847cefe7f4542bd10c9880c2c557a0.tar.gz chromium_src-5cdc8bdb4c847cefe7f4542bd10c9880c2c557a0.tar.bz2 |
With the recent change to the ExternalTabContainer to have it subclass WidgetWin rather than Widget and the associated ATL classes, the class name based comparison for a window
to check if it is an external tab container window is no longer valid.
We now check if a window is an external tab window by looking for the existence of the kWindowObjectKey window property, which is only set on external tab container windows.
Review URL: http://codereview.chromium.org/115833
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17034 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index 567b744..8864d56 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -15,7 +15,6 @@ extern const wchar_t kBrowserProcessExecutableName[]; extern const wchar_t kBrowserProcessExecutablePath[]; extern const wchar_t kBrowserAppName[]; extern const wchar_t kMessageWindowClass[]; -extern const wchar_t kExternalTabWindowClass[]; extern const wchar_t kCrashReportLog[]; extern const wchar_t kTestingInterfaceDLL[]; extern const wchar_t kNotSignedInProfile[]; |