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

Unified Diff: third_party/WebKit/public/web/WebPageImportanceSignals.h

Issue 2913653002: Move more standalone files from web/ to core/exported/. (Closed)
Patch Set: Move files to the right directory. Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/Source/web/WebUserGestureToken.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebPageImportanceSignals.h
diff --git a/third_party/WebKit/public/web/WebPageImportanceSignals.h b/third_party/WebKit/public/web/WebPageImportanceSignals.h
index e9aab4b543e44a5f236b21f141118738098a3a4c..f1983b94742a590cdef3a06c410b00003b1ed7df 100644
--- a/third_party/WebKit/public/web/WebPageImportanceSignals.h
+++ b/third_party/WebKit/public/web/WebPageImportanceSignals.h
@@ -19,15 +19,15 @@ class WebPageImportanceSignals {
WebPageImportanceSignals() { Reset(); }
bool HadFormInteraction() const { return had_form_interaction_; }
- void SetHadFormInteraction();
+ BLINK_EXPORT void SetHadFormInteraction();
bool IssuedNonGetFetchFromScript() const {
return issued_non_get_fetch_from_script_;
}
- void SetIssuedNonGetFetchFromScript();
+ BLINK_EXPORT void SetIssuedNonGetFetchFromScript();
BLINK_EXPORT void Reset();
#if BLINK_IMPLEMENTATION
- void OnCommitLoad();
+ BLINK_EXPORT void OnCommitLoad();
#endif
void SetObserver(WebViewClient* observer) { observer_ = observer; }
« no previous file with comments | « third_party/WebKit/Source/web/WebUserGestureToken.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698