blob: 29c0580415991ddf60abf27416e0dd3c5ee0abe6 [file] [log] [blame]
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/common/chrome_content_client.h"
#if defined(GOOGLE_CHROME_BUILD)
const char ChromeContentClient::kPDFPluginName[] = "Chrome PDF Viewer";
#else
const char ChromeContentClient::kPDFPluginName[] = "Chromium PDF Viewer";
#endif
const char ChromeContentClient::kPDFPluginPath[] = "internal-pdf-viewer";
const char ChromeContentClient::kRemotingViewerPluginPath[] =
"internal-remoting-viewer";