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

Unified Diff: chrome/common/chrome_content_client_constants.cc

Issue 2284053002: Register a fake Flash with chrome://plugins during browser start-up. (Closed)
Patch Set: Created 4 years, 4 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: chrome/common/chrome_content_client_constants.cc
diff --git a/chrome/common/chrome_content_client_constants.cc b/chrome/common/chrome_content_client_constants.cc
index 29c0580415991ddf60abf27416e0dd3c5ee0abe6..cd0e7bc2c9dcbbf1924a94371fe4d12cb2f4ce92 100644
--- a/chrome/common/chrome_content_client_constants.cc
+++ b/chrome/common/chrome_content_client_constants.cc
@@ -5,6 +5,7 @@
#include "chrome/common/chrome_content_client.h"
#if defined(GOOGLE_CHROME_BUILD)
+const char ChromeContentClient::kNotPresent[] = "internal-not-yet-present";
const char ChromeContentClient::kPDFPluginName[] = "Chrome PDF Viewer";
#else
const char ChromeContentClient::kPDFPluginName[] = "Chromium PDF Viewer";
« chrome/common/chrome_content_client.cc ('K') | « chrome/common/chrome_content_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698