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

Unified Diff: content/child/npapi/plugin_url_fetcher.cc

Issue 184873004: Update resource requests to remove redundant frame ID. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Initial patch Created 6 years, 10 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: content/child/npapi/plugin_url_fetcher.cc
diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc
index 7359041361d70071cc9efd5c5e32db9ddbfc86be..6ff7e8a867c43dd274054778d930b882371a8d57 100644
--- a/content/child/npapi/plugin_url_fetcher.cc
+++ b/content/child/npapi/plugin_url_fetcher.cc
@@ -111,7 +111,6 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
false,
render_frame_id,
false,
- -1,
GURL(),
false,
-1,

Powered by Google App Engine
This is Rietveld 408576698