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

Unified Diff: chrome/common/chrome_content_client.h

Issue 10281007: Fix the issue that Pepper Flash cannot load on Linux. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: i. Created 8 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
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_content_client.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index 033226a5719f11f3ea700125ed2e911eef585359..a3ec38904c5eece7d322c30b58b350238b59436d 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -46,8 +46,9 @@ class ChromeContentClient : public content::ContentClient {
int* sandbox_profile_resource_id) const OVERRIDE;
#endif
- // Gets information about the bundled Pepper Flash. |override_npapi_flash|
- // indicates whether it should take precedence over the internal NPAPI Flash.
+ // 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.
//
@@ -55,8 +56,8 @@ class ChromeContentClient : public content::ContentClient {
// 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 GetBundledPepperFlash(content::PepperPluginInfo* plugin,
- bool* override_npapi_flash);
+ bool GetBundledFieldTrialPepperFlash(content::PepperPluginInfo* plugin,
+ bool* override_npapi_flash);
};
} // namespace chrome
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698