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

Side by Side Diff: chrome_frame/chrome_frame_npapi.h

Issue 6676030: WinDDK ATL and MSVC express compatability (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Address comments; r78670; make atlcheck.h not pull in header Created 9 years, 9 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 unified diff | Download patch | Annotate | Revision Log
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_FRAME_NPAPI_H_ 5 #ifndef CHROME_FRAME_CHROME_FRAME_NPAPI_H_
6 #define CHROME_FRAME_CHROME_FRAME_NPAPI_H_ 6 #define CHROME_FRAME_CHROME_FRAME_NPAPI_H_
7 7
8 #include <atlbase.h> 8 #include <atlbase.h>
9 #include <atlwin.h> 9 #include <atlwin.h>
10
10 #include <string> 11 #include <string>
11 12
13 #include "base/win/atlcheck.h"
12 #include "chrome_frame/chrome_frame_automation.h" 14 #include "chrome_frame/chrome_frame_automation.h"
13 #include "chrome_frame/chrome_frame_plugin.h" 15 #include "chrome_frame/chrome_frame_plugin.h"
14 #include "chrome_frame/np_browser_functions.h" 16 #include "chrome_frame/np_browser_functions.h"
15 #include "chrome_frame/np_event_listener.h" 17 #include "chrome_frame/np_event_listener.h"
16 #include "chrome_frame/np_proxy_service.h" 18 #include "chrome_frame/np_proxy_service.h"
17 #include "chrome_frame/npapi_url_request.h" 19 #include "chrome_frame/npapi_url_request.h"
18 20
19 class MessageLoop; 21 class MessageLoop;
20 class nsICookieService; 22 class nsICookieService;
21 class nsIURI; 23 class nsIURI;
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 // The value of src property keeping the current URL. 347 // The value of src property keeping the current URL.
346 std::string src_; 348 std::string src_;
347 // Used to fetch network resources when host network stack is in use. 349 // Used to fetch network resources when host network stack is in use.
348 NPAPIUrlRequestManager url_fetcher_; 350 NPAPIUrlRequestManager url_fetcher_;
349 351
350 // Set if we receive a navigation request before initializing Chrome. 352 // Set if we receive a navigation request before initializing Chrome.
351 bool navigate_after_initialization_; 353 bool navigate_after_initialization_;
352 }; 354 };
353 355
354 #endif // CHROME_FRAME_CHROME_FRAME_NPAPI_H_ 356 #endif // CHROME_FRAME_CHROME_FRAME_NPAPI_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698