| 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..5f20520c707664e446bffac7192b7339b6fa41e9 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 of the username, password and ref fields.
|
| + static GURL SanitizeReferrer(const GURL& referrer);
|
| +
|
| base::android::ScopedJavaGlobalRef<jobject> java_obj_;
|
| content::WebContents* web_contents_;
|
|
|
|
|