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

Unified Diff: content/browser/speech/speech_input_dispatcher_host.h

Issue 8082019: more content exports needed for unit_tests and browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert export of browser_accessibility_win for now Created 9 years, 3 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: content/browser/speech/speech_input_dispatcher_host.h
diff --git a/content/browser/speech/speech_input_dispatcher_host.h b/content/browser/speech/speech_input_dispatcher_host.h
index 4642bcbf26f871d3ba5aeabd21407c7024945f73..8dbb65eb8502b64f8f2d960100c3953bde235752 100644
--- a/content/browser/speech/speech_input_dispatcher_host.h
+++ b/content/browser/speech/speech_input_dispatcher_host.h
@@ -8,6 +8,7 @@
#include "base/memory/scoped_ptr.h"
#include "content/browser/browser_message_filter.h"
#include "content/browser/speech/speech_input_manager.h"
+#include "content/common/content_export.h"
#include "net/url_request/url_request_context_getter.h"
struct SpeechInputHostMsg_StartRecognition_Params;
@@ -38,7 +39,7 @@ class SpeechInputDispatcherHost : public BrowserMessageFilter,
bool* message_was_ok);
// Singleton manager setter useful for tests.
- static void set_manager(SpeechInputManager* manager) {
+ CONTENT_EXPORT static void set_manager(SpeechInputManager* manager) {
manager_ = manager;
}

Powered by Google App Engine
This is Rietveld 408576698