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

Unified Diff: chrome_frame/utils.h

Issue 604014: First batch of context menu tests... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
Index: chrome_frame/utils.h
===================================================================
--- chrome_frame/utils.h (revision 38776)
+++ chrome_frame/utils.h (working copy)
@@ -344,4 +344,8 @@
IBindCtx* bind_context,
const std::wstring& bho_url);
+// Checks if a window is a top level window
+bool IsTopLevelWindow(HWND window);
+
+
#endif // CHROME_FRAME_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698