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

Unified Diff: chrome/browser/ui/webui/plugins_ui.cc

Issue 24544004: Remove the chrome namespace around ChromeContent[Renderer]Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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 | « chrome/browser/ui/pdf/pdf_unsupported_feature.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/plugins_ui.cc
diff --git a/chrome/browser/ui/webui/plugins_ui.cc b/chrome/browser/ui/webui/plugins_ui.cc
index 6e1a79844669bbbb9f8f54e05d1036d4f105b035..dc42f0d4c5eed2048f47b412713f246058a30e1f 100644
--- a/chrome/browser/ui/webui/plugins_ui.cc
+++ b/chrome/browser/ui/webui/plugins_ui.cc
@@ -250,9 +250,8 @@ void PluginsDOMHandler::HandleEnablePluginMessage(const ListValue* args) {
if (enable) {
// See http://crbug.com/50105 for background.
string16 adobereader = ASCIIToUTF16(
- PluginMetadata::kAdobeReaderGroupName);
- string16 internalpdf =
- ASCIIToUTF16(chrome::ChromeContentClient::kPDFPluginName);
+ PluginMetadata::kAdobeReaderGroupName);
+ string16 internalpdf = ASCIIToUTF16(ChromeContentClient::kPDFPluginName);
if (group_name == adobereader)
plugin_prefs->EnablePluginGroup(false, internalpdf);
else if (group_name == internalpdf)
« no previous file with comments | « chrome/browser/ui/pdf/pdf_unsupported_feature.cc ('k') | chrome/common/chrome_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698