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

Unified Diff: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h

Issue 257823005: [Sheriff] Revert "Revert "Revert 266297 "1. Handle the case of empty embedder_extension_id...""" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
diff --git a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
deleted file mode 100644
index 8bd2388e360d2937bc289591b5334df8d311092e..0000000000000000000000000000000000000000
--- a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// 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 CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CONTEXT_MENU_CONTENT_TYPE_WEB_VIEW_H_
-#define CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CONTEXT_MENU_CONTENT_TYPE_WEB_VIEW_H_
-
-#include "chrome/browser/renderer_context_menu/context_menu_content_type.h"
-
-// A ContextMenuContentType for <webview> guest.
-// Guests are rendered inside chrome apps, but have most of the actions
-// that a regular web page has. Currently actions/items that are suppressed from
-// guests are: searching, printing, speech and instant.
-class ContextMenuContentTypeWebView : public ContextMenuContentType {
- public:
- virtual ~ContextMenuContentTypeWebView();
-
- // ContextMenuContentType overrides.
- virtual bool SupportsGroup(int group) OVERRIDE;
-
- protected:
- ContextMenuContentTypeWebView(content::WebContents* web_contents,
- const content::ContextMenuParams& params);
-
- private:
- friend class ContextMenuContentTypeFactory;
-
- DISALLOW_COPY_AND_ASSIGN(ContextMenuContentTypeWebView);
-};
-
-#endif // CHROME_BROWSER_GUEST_VIEW_WEB_VIEW_CONTEXT_MENU_CONTENT_TYPE_WEB_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698