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

Unified Diff: content/browser/disposition_utils.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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: content/browser/disposition_utils.h
diff --git a/content/browser/disposition_utils.h b/content/browser/disposition_utils.h
index ba8c9e5d810f7adecf614ce1e80e869cffa4cdbd..a53135016bb3df919ee904b91107436ab546bcc9 100644
--- a/content/browser/disposition_utils.h
+++ b/content/browser/disposition_utils.h
@@ -6,6 +6,7 @@
#define CONTENT_BROWSER_DISPOSITION_UTILS_H_
#pragma once
+#include "content/common/content_export.h"
#include "webkit/glue/window_open_disposition.h"
namespace disposition_utils {
@@ -13,11 +14,11 @@ namespace disposition_utils {
// Translates event flags from a click on a link into the user's desired
// window disposition. For example, a middle click would mean to open
// a background tab.
-WindowOpenDisposition DispositionFromClick(bool middle_button,
- bool alt_key,
- bool ctrl_key,
- bool meta_key,
- bool shift_key);
+CONTENT_EXPORT WindowOpenDisposition DispositionFromClick(bool middle_button,
+ bool alt_key,
+ bool ctrl_key,
+ bool meta_key,
+ bool shift_key);
}

Powered by Google App Engine
This is Rietveld 408576698