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

Unified Diff: third_party/npapi/bindings/npapi.h

Issue 4096004: PyAuto hooks for Sync in TestingAutomationProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase; Addressing final review comment. Created 10 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/test/testing_profile.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/npapi/bindings/npapi.h
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index e4693f2a8af0af2a09ba328df4ef0d4d6e935e9e..3d31eabff9d6fd86990158e70ff1aae790bd59ae 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -73,9 +73,13 @@
/* BEGIN GOOGLE MODIFICATIONS */
/* On Linux and Mac, be sure to set Mozilla-specific macros. */
#if defined(USE_X11)
+#if !defined(XP_UNIX)
#define XP_UNIX 1
+#endif
+#if !defined(MOZ_X11)
#define MOZ_X11 1
#endif
+#endif
/* END GOOGLE MODIFICATIONS */
#if defined(__SYMBIAN32__)
« no previous file with comments | « chrome/test/testing_profile.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698