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

Unified Diff: components/arc/intent_helper/page_transition_util.h

Issue 2540013004: Allow an external URL with FROM_API qualifier to be forwarded to ARC (Closed)
Patch Set: address comment Created 4 years 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: components/arc/intent_helper/page_transition_util.h
diff --git a/components/arc/intent_helper/page_transition_util.h b/components/arc/intent_helper/page_transition_util.h
index 0aa3995589f98026ba1defbe680f90c3c45ccca3..d2834af8ee2ad6fc35cd420756caa0734252f387 100644
--- a/components/arc/intent_helper/page_transition_util.h
+++ b/components/arc/intent_helper/page_transition_util.h
@@ -14,9 +14,10 @@ bool ShouldIgnoreNavigation(ui::PageTransition page_transition,
bool allow_form_submit,
bool allow_client_redirect);
-ui::PageTransition MaskOutPageTransitionForTesting(
- ui::PageTransition page_transition,
- ui::PageTransition mask);
+// Removes |mask| bits from |page_transition|.
+// TODO(djacobo): Move this to ui/base/page_transition_types.cc.
+ui::PageTransition MaskOutPageTransition(ui::PageTransition page_transition,
+ ui::PageTransition mask);
} // namespace arc

Powered by Google App Engine
This is Rietveld 408576698