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

Unified Diff: chrome/common/chrome_content_client.h

Issue 11615034: Remove unused Flash-related code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index a3b43f370c51b054bc22d3f268588429f94b92d5..de0b960fa338f9bdd398762e3751def8ee32249a 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -44,19 +44,6 @@ class ChromeContentClient : public content::ContentClient {
int* sandbox_profile_resource_id) const OVERRIDE;
virtual std::string GetCarbonInterposePath() const OVERRIDE;
#endif
-
- // Gets information about the bundled Pepper Flash for field trial.
- // |override_npapi_flash| indicates whether it should take precedence over
- // the internal NPAPI Flash.
- // Returns false if bundled Pepper Flash is not available. In that case,
- // |plugin| and |override_npapi_flash| are not touched.
- //
- // TODO(yzshen): We need this method because currently we are having a field
- // trial with bundled Pepper Flash, and need extra information about how to
- // order bundled Pepper Flash and internal NPAPI Flash. Once the field trial
- // is over, we should merge this into AddPepperPlugins().
- bool GetBundledFieldTrialPepperFlash(content::PepperPluginInfo* plugin,
- bool* override_npapi_flash);
};
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698