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

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

Issue 11471040: [Android WebView] Convert context menu callback to long press (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Joth's comments. Created 8 years 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: 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 b5185362989867acf0d469ecbe2536bfaf8ba91d..e02d87d581ce72a2943ed67c0fbaaee6a0cbf9fb 100644
--- a/android_webview/lib/main/aw_main_delegate.h
+++ b/android_webview/lib/main/aw_main_delegate.h
@@ -5,7 +5,9 @@
#ifndef ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
#define ANDROID_WEBVIEW_LIB_MAIN_AW_MAIN_DELEGATE_H_
+#include "android_webview/browser/aw_content_browser_client.h"
#include "android_webview/common/aw_content_client.h"
+#include "android_webview/renderer/aw_content_renderer_client.h"
joth 2012/12/11 22:15:31 nit: fwd declare AwContentBrowserClient & RenderCl
boliu 2012/12/11 22:36:46 Done. Left over from first using straight up insta
#include "base/memory/scoped_ptr.h"
#include "content/public/app/content_main_delegate.h"
@@ -36,6 +38,8 @@ class AwMainDelegate : public content::ContentMainDelegate {
scoped_ptr<content::BrowserMainRunner> browser_runner_;
android_webview::AwContentClient content_client_;
+ scoped_ptr<AwContentBrowserClient> content_browser_client_;
+ scoped_ptr<AwContentRendererClient> content_renderer_client_;
DISALLOW_COPY_AND_ASSIGN(AwMainDelegate);
};
« no previous file with comments | « android_webview/java/src/org/chromium/android_webview/AwContents.java ('k') | android_webview/lib/main/aw_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698