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

Side by Side Diff: android_webview/lib/aw_content_browser_client.h

Issue 10855171: Add a test runner for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef ANDROID_WEBVIEW_LIB_AW_CONTENT_BROWSER_CLIENT_H_
6 #define ANDROID_WEBVIEW_LIB_AW_CONTENT_BROWSER_CLIENT_H_
7
8 #include "chrome/browser/chrome_content_browser_client.h"
9
10 namespace android_webview {
11
12 // TODO(boliu): Remove chrome/ dependency and inherit from
13 // content::ContentBrowserClient directly.
14 class AwContentBrowserClient : public chrome::ChromeContentBrowserClient {
15 public:
16 AwContentBrowserClient();
17 virtual ~AwContentBrowserClient();
18
19 // Overriden methods from ContentBrowserClient.
20 virtual void ResourceDispatcherHostCreated() OVERRIDE;
21 };
22
23 } // namespace android_webview
24
25 #endif // ANDROID_WEBVIEW_LIB_AW_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « android_webview/lib/aw_browser_dependency_factory_impl.cc ('k') | android_webview/lib/aw_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698