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

Unified Diff: chrome/common/all_messages.h

Issue 12045031: Disabling automation on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/all_messages.h
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h
index 114bf9dfb0d971b2438aa0e218045f94c09e19e8..8d017824fe33dd0901a3dfede15b001741c7754b 100644
--- a/chrome/common/all_messages.h
+++ b/chrome/common/all_messages.h
@@ -11,11 +11,11 @@
// chrome/tools/ipclist/ipclist.cc.
#if !defined(OS_ANDROID)
#include "chrome/browser/importer/profile_import_process_messages.h"
-#endif
// We can't make common_message_generator.h include automation_messages, since
// otherwise the Chrome Frame binaries will link in a lot of unrelated chrome
// code. Chrome Frame should not be depending on the chrome target...
// See http:://crbug.com/101208 and http://crbug.com/101215
#include "chrome/common/automation_messages.h"
+#endif
#include "chrome/common/common_message_generator.h"
#include "chrome/common/nacl_messages.h"

Powered by Google App Engine
This is Rietveld 408576698