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

Unified Diff: extensions/browser/extension_message_filter.h

Issue 706823004: OOP PDF: Change the save toolbar button to match the save menu behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@embedded-pdfs
Patch Set: rebase Created 6 years, 1 month 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 | « content/public/browser/web_contents_delegate.cc ('k') | extensions/browser/extension_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_message_filter.h
diff --git a/extensions/browser/extension_message_filter.h b/extensions/browser/extension_message_filter.h
index 7d2972a6c4b0eadd36ae518801f5a0b68e467fcc..ef7f1931533fc97d67cf716fb3e8335ca4dccbb3 100644
--- a/extensions/browser/extension_message_filter.h
+++ b/extensions/browser/extension_message_filter.h
@@ -66,6 +66,7 @@ class ExtensionMessageFilter : public content::BrowserMessageFilter {
const base::DictionaryValue& attach_params);
void OnExtensionCreateMimeHandlerViewGuest(int render_frame_id,
const std::string& url,
+ const std::string& content_url,
const std::string& mime_type,
int element_instance_id);
void OnExtensionRemoveLazyListener(const std::string& extension_id,
« no previous file with comments | « content/public/browser/web_contents_delegate.cc ('k') | extensions/browser/extension_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698