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

Unified Diff: android_webview/lib/main/aw_main_delegate.h

Issue 2272703008: Do not initialize gestureconfiguration in renderer process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not initialize gestureconfiguration in renderer process Created 4 years, 4 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
« no previous file with comments | « no previous file | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/main/aw_main_delegate.h
diff --git a/android_webview/lib/main/aw_main_delegate.h b/android_webview/lib/main/aw_main_delegate.h
index 41a2b3834512583ba6ec8afa19308084207ae994..06b282fbdcd346844b2d2c9a367c1a5eaa2c2a84 100644
--- a/android_webview/lib/main/aw_main_delegate.h
+++ b/android_webview/lib/main/aw_main_delegate.h
@@ -23,7 +23,10 @@ class AwContentBrowserClient;
class AwContentGpuClient;
class AwContentRendererClient;
-// Android WebView implementation of ContentMainDelegate.
+// Android WebView implementation of ContentMainDelegate. The methods in
+// this class runs per process, (browser and renderer) so when making changes
+// make sure to properly conditionalize for browser vs. renderer wherever
+// needed.
class AwMainDelegate : public content::ContentMainDelegate,
public JniDependencyFactory {
public:
« no previous file with comments | « no previous file | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698