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

Unified Diff: athena/content/public/web_contents_view_delegate_creator.h

Issue 448063005: Add minimum Conetxt Menu (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « athena/content/DEPS ('k') | athena/content/render_view_context_menu_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/content/public/web_contents_view_delegate_creator.h
diff --git a/athena/content/public/web_contents_view_delegate_creator.h b/athena/content/public/web_contents_view_delegate_creator.h
new file mode 100644
index 0000000000000000000000000000000000000000..1f56fc4ae075461be9a1dfd5992782e2fe8d5e8d
--- /dev/null
+++ b/athena/content/public/web_contents_view_delegate_creator.h
@@ -0,0 +1,22 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef ATHENA_CONTENT_PUBLIC_WEB_CONTENTS_VIEW_DELEGATE_FACTORY_H_
+#define ATHENA_CONTENT_PUBLIC_WEB_CONTENTS_VIEW_DELEGATE_FACTORY_H_
+
+#include "athena/athena_export.h"
+
+namespace content {
+class WebContents;
+class WebContentsViewDelegate;
+}
+
+namespace athena {
+
+ATHENA_EXPORT content::WebContentsViewDelegate* CreateWebContentsViewDelegate(
+ content::WebContents* web_contents);
+
+} // namespace athena
+
+#endif // ATHENA_CONTENT_PUBLIC_WEB_CONTENTS_VIEW_DELEGATE_FACTORY_H_
« no previous file with comments | « athena/content/DEPS ('k') | athena/content/render_view_context_menu_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698