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

Side by Side Diff: chrome_frame/chrome_active_document.h

Issue 386008: ChromeFrame HTTP requests would randomly fail if we navigated to multiple HTT... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/external_tab_container.cc ('k') | chrome_frame/chrome_active_document.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_FRAME_CHROME_ACTIVE_DOCUMENT_H_ 5 #ifndef CHROME_FRAME_CHROME_ACTIVE_DOCUMENT_H_
6 #define CHROME_FRAME_CHROME_ACTIVE_DOCUMENT_H_ 6 #define CHROME_FRAME_CHROME_ACTIVE_DOCUMENT_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlcom.h> 9 #include <atlcom.h>
10 #include <atlctl.h> 10 #include <atlctl.h>
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 virtual void OnTabbedOut(int tab_handle, bool reverse); 159 virtual void OnTabbedOut(int tab_handle, bool reverse);
160 virtual void OnDidNavigate(int tab_handle, 160 virtual void OnDidNavigate(int tab_handle,
161 const IPC::NavigationInfo& nav_info); 161 const IPC::NavigationInfo& nav_info);
162 // Override DoVerb 162 // Override DoVerb
163 STDMETHOD(DoVerb)(LONG verb, 163 STDMETHOD(DoVerb)(LONG verb,
164 LPMSG msg, 164 LPMSG msg,
165 IOleClientSite* active_site, 165 IOleClientSite* active_site,
166 LONG index, 166 LONG index,
167 HWND parent_window, 167 HWND parent_window,
168 LPCRECT pos); 168 LPCRECT pos);
169 STDMETHOD(InPlaceDeactivate)(void);
170 169
171 // Override IOleInPlaceActiveObjectImpl::OnDocWindowActivate 170 // Override IOleInPlaceActiveObjectImpl::OnDocWindowActivate
172 STDMETHOD(OnDocWindowActivate)(BOOL activate); 171 STDMETHOD(OnDocWindowActivate)(BOOL activate);
173 STDMETHOD(TranslateAccelerator)(MSG* msg); 172 STDMETHOD(TranslateAccelerator)(MSG* msg);
174 173
175 // IPersistMoniker methods 174 // IPersistMoniker methods
176 STDMETHOD(GetClassID)(CLSID* class_id); 175 STDMETHOD(GetClassID)(CLSID* class_id);
177 STDMETHOD(IsDirty)(); 176 STDMETHOD(IsDirty)();
178 STDMETHOD(GetCurMoniker)(IMoniker** moniker_name); 177 STDMETHOD(GetCurMoniker)(IMoniker** moniker_name);
179 STDMETHOD(Load)(BOOL fully_avalable, 178 STDMETHOD(Load)(BOOL fully_avalable,
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ScopedComPtr<IInternetSecurityManager> security_manager_; 287 ScopedComPtr<IInternetSecurityManager> security_manager_;
289 288
290 public: 289 public:
291 ScopedComPtr<IOleInPlaceFrame> in_place_frame_; 290 ScopedComPtr<IOleInPlaceFrame> in_place_frame_;
292 OLEINPLACEFRAMEINFO frame_info_; 291 OLEINPLACEFRAMEINFO frame_info_;
293 }; 292 };
294 293
295 OBJECT_ENTRY_AUTO(__uuidof(ChromeActiveDocument), ChromeActiveDocument) 294 OBJECT_ENTRY_AUTO(__uuidof(ChromeActiveDocument), ChromeActiveDocument)
296 295
297 #endif // CHROME_FRAME_CHROME_ACTIVE_DOCUMENT_H_ 296 #endif // CHROME_FRAME_CHROME_ACTIVE_DOCUMENT_H_
OLDNEW
« no previous file with comments | « chrome/browser/external_tab_container.cc ('k') | chrome_frame/chrome_active_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698