| 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:
|
|
|