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

Unified Diff: app/win/window_impl.h

Issue 2124009: Fix a crasher with "select file" dialogs. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Merge Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | app/win/window_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/win/window_impl.h
diff --git a/app/win/window_impl.h b/app/win/window_impl.h
index ad1fc870a2f6c4feb79b86db1b8ebb59ed6064fe..67f3bf76757fd6fd9ab076884bf6241e4348f059 100644
--- a/app/win/window_impl.h
+++ b/app/win/window_impl.h
@@ -70,6 +70,9 @@ class WindowImpl : public MessageMapInterface {
}
UINT initial_class_style() const { return class_style_; }
+ // Returns true if the specified |hwnd| is a WindowImpl.
+ static bool IsWindowImpl(HWND hwnd);
+
protected:
// Handles the WndProc callback for this object.
virtual LRESULT OnWndProc(UINT message, WPARAM w_param, LPARAM l_param);
« no previous file with comments | « no previous file | app/win/window_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698