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

Unified Diff: chrome/browser/android/tab_web_contents_delegate_android.h

Issue 2353063005: Refactor ContentViewClient (1/6) (Closed)
Patch Set: rebased Created 4 years, 3 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: chrome/browser/android/tab_web_contents_delegate_android.h
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h
index 7d6be85c64ffd84d308894668f5058e3da1bd6ca..426094c566c506af22db294a04b3b400be0a2ed8 100644
--- a/chrome/browser/android/tab_web_contents_delegate_android.h
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h
@@ -71,6 +71,7 @@ class TabWebContentsDelegateAndroid
void RequestMediaDecodePermission(
content::WebContents* web_contents,
const base::Callback<void(bool)>& callback) override;
+
boliu 2016/09/27 23:28:45 random new line
Jinsuk Kim 2016/09/28 03:58:52 Removed.
bool RequestPpapiBrokerPermission(
content::WebContents* web_contents,
const GURL& url,

Powered by Google App Engine
This is Rietveld 408576698