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

Unified Diff: chrome/browser/ui/intents/web_intent_picker_controller.h

Issue 10696072: Fix web-intent-related unit_tests linking issues on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/browser/ui/intents/web_intent_picker_controller.h
diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.h b/chrome/browser/ui/intents/web_intent_picker_controller.h
index 7789d4c6f5cd0d9063692da6f1303a1011476345..0a854614845f0d98678474cd86e054b158f30cfc 100644
--- a/chrome/browser/ui/intents/web_intent_picker_controller.h
+++ b/chrome/browser/ui/intents/web_intent_picker_controller.h
@@ -6,6 +6,11 @@
#define CHROME_BROWSER_UI_INTENTS_WEB_INTENT_PICKER_CONTROLLER_H_
#pragma once
+#if defined(OS_ANDROID)
Ben Goodger (Google) 2012/07/09 15:33:34 looks like you're not building this file, which im
Philippe 2012/07/09 16:22:36 I see at least these files explicitly including th
+// Include a dummy header for Android. Android does not use web intent (at
+// least for now).
+#include "chrome/browser/ui/intents/web_intent_picker_controller_android.h"
+#else
#include <vector>
#include "base/compiler_specific.h"
@@ -206,4 +211,5 @@ class WebIntentPickerController : public content::NotificationObserver,
DISALLOW_COPY_AND_ASSIGN(WebIntentPickerController);
};
+#endif // !OS_ANDROID
#endif // CHROME_BROWSER_UI_INTENTS_WEB_INTENT_PICKER_CONTROLLER_H_
« no previous file with comments | « chrome/browser/ui/extensions/shell_window.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698