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

Unified Diff: sky/engine/core/loader/NavigationPolicy.h

Issue 870073003: Remove mouse events from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: sky/engine/core/loader/NavigationPolicy.h
diff --git a/sky/engine/core/loader/NavigationPolicy.h b/sky/engine/core/loader/NavigationPolicy.h
index b2fa6a6043dc85a64236ea74723abc08a255c142..0f9b805c78d547c015283fca96f7e0ba9f28389d 100644
--- a/sky/engine/core/loader/NavigationPolicy.h
+++ b/sky/engine/core/loader/NavigationPolicy.h
@@ -44,8 +44,6 @@ enum NavigationPolicy {
NavigationPolicyNewPopup,
};
-bool navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, NavigationPolicy*);
-
} // namespace blink
#endif // SKY_ENGINE_CORE_LOADER_NAVIGATIONPOLICY_H_

Powered by Google App Engine
This is Rietveld 408576698