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

Unified Diff: chrome/common/chrome_content_client.h

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.h
diff --git a/chrome/common/chrome_content_client.h b/chrome/common/chrome_content_client.h
index e250a7a84fe04f337a5412716735446bb4bfbfbe..5be22d860f8eafc002ed0265ffdfb98191e9c237 100644
--- a/chrome/common/chrome_content_client.h
+++ b/chrome/common/chrome_content_client.h
@@ -6,6 +6,7 @@
#define CHROME_COMMON_CHROME_CONTENT_CLIENT_H_
#include <memory>
+#include <set>
Will Harris 2016/08/26 22:52:35 not needed?
waffles 2016/08/26 23:10:04 Lint complained at me, so I decided to add it whil
#include <string>
#include <vector>
@@ -26,6 +27,9 @@ std::string GetUserAgent();
class ChromeContentClient : public content::ContentClient {
public:
+#if defined(GOOGLE_CHROME_BUILD)
+ static const char kNotPresent[];
+#endif
static const char kPDFPluginName[];
static const char kPDFPluginPath[];
static const char kRemotingViewerPluginPath[];

Powered by Google App Engine
This is Rietveld 408576698