Index: chrome/browser/ui/android/context_menu_helper.h |
diff --git a/chrome/browser/ui/android/context_menu_helper.h b/chrome/browser/ui/android/context_menu_helper.h |
index cf01818602465bfe8e7a847a5d3f507ce2f525c5..58e608eb95c8c6c58991de0428868bb175ad100e 100644 |
--- a/chrome/browser/ui/android/context_menu_helper.h |
+++ b/chrome/browser/ui/android/context_menu_helper.h |
@@ -41,6 +41,9 @@ class ContextMenuHelper |
static base::android::ScopedJavaLocalRef<jobject> CreateJavaContextMenuParams( |
const content::ContextMenuParams& params); |
+ // Strips the referring url from username, password and ref fields. |
Ted C
2014/03/05 22:20:53
s/from/of
ppi
2014/03/06 11:41:04
Done.
|
+ static GURL SanitizeReferrer(const GURL& referrer); |
+ |
base::android::ScopedJavaGlobalRef<jobject> java_obj_; |
content::WebContents* web_contents_; |