Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 115833: With the recent change to the ExternalTabContainer to have it subclass Widget... (Closed)

Created:
11 years, 7 months ago by ananta
Modified:
9 years, 6 months ago
Reviewers:
amit
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=17034

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M chrome/browser/external_tab_container.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/common/chrome_constants.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_constants.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
ananta
11 years, 7 months ago (2009-05-27 22:37:02 UTC) #1
amit
11 years, 7 months ago (2009-05-27 22:58:42 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698