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

Unified Diff: chrome/common/render_messages.h

Issue 1584573004: Remove Metro pinning, and relaunch menu items and strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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 | « chrome/browser/ui/toolbar/app_menu_model.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index b2b136c5ef3ddfe51f47aca9824fc8319ceadf86..662b61a63b2e8366d4bc9754324411eabe9f6b48 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -437,10 +437,6 @@ IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_OpenAboutPlugins)
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin,
base::FilePath /* plugin_path */)
-// Tells the browser that we blocked a plugin because NPAPI is not supported.
-IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_NPAPINotSupported,
- std::string /* identifer */)
-
// Asks the renderer whether an app banner should be shown. It will reply with
// ChromeViewHostMsg_AppBannerPromptReply.
IPC_MESSAGE_ROUTED2(ChromeViewMsg_AppBannerPromptRequest,
« no previous file with comments | « chrome/browser/ui/toolbar/app_menu_model.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698