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

Unified Diff: webkit/glue/alt_error_page_resource_fetcher.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/extensions/webkit_extensions_export.h ('k') | webkit/glue/context_menu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/alt_error_page_resource_fetcher.h
diff --git a/webkit/glue/alt_error_page_resource_fetcher.h b/webkit/glue/alt_error_page_resource_fetcher.h
index 5987fe15bb2a111b287708cb345c8e6fcb353200..b402d4ec01b07e0647eb81f68806adaba53bfb3b 100644
--- a/webkit/glue/alt_error_page_resource_fetcher.h
+++ b/webkit/glue/alt_error_page_resource_fetcher.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "googleurl/src/gurl.h"
#include "third_party/WebKit/Source/WebKit/chromium/public/WebURLError.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
class WebFrame;
@@ -28,11 +29,12 @@ class AltErrorPageResourceFetcher {
typedef base::Callback<void(WebKit::WebFrame*, const WebKit::WebURLError&,
const std::string&)> Callback;
- AltErrorPageResourceFetcher(const GURL& url,
- WebKit::WebFrame* frame,
- const WebKit::WebURLError& original_error,
- const Callback& callback);
- ~AltErrorPageResourceFetcher();
+ WEBKIT_GLUE_EXPORT AltErrorPageResourceFetcher(
+ const GURL& url,
+ WebKit::WebFrame* frame,
+ const WebKit::WebURLError& original_error,
+ const Callback& callback);
+ WEBKIT_GLUE_EXPORT ~AltErrorPageResourceFetcher();
// Stop any pending loads.
void Cancel();
« no previous file with comments | « webkit/extensions/webkit_extensions_export.h ('k') | webkit/glue/context_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698