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

Unified Diff: chrome/renderer/spellchecker/spellcheck.h

Issue 1227553002: Removed and replaced outdated mac-specific files and references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android_platform_skeleton
Patch Set: Comment updates for line length Created 5 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
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_message_filter.h ('k') | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/spellchecker/spellcheck.h
diff --git a/chrome/renderer/spellchecker/spellcheck.h b/chrome/renderer/spellchecker/spellcheck.h
index 714d4b4bb083a557c2a03a30ad108a9bbeae56dd..c158c7f98093bea75c29c999e8854f5d63afc95d 100644
--- a/chrome/renderer/spellchecker/spellcheck.h
+++ b/chrome/renderer/spellchecker/spellcheck.h
@@ -94,7 +94,7 @@ class SpellCheck : public content::RenderProcessObserver,
// Requests to spellcheck the specified text in the background. This function
// posts a background task and calls SpellCheckParagraph() in the task.
-#if !defined (OS_MACOSX)
+#if !defined (USE_BROWSER_SPELLCHECKER)
void RequestTextChecking(const base::string16& text,
blink::WebTextCheckingCompletion* completion);
#endif
@@ -131,7 +131,7 @@ class SpellCheck : public content::RenderProcessObserver,
void OnEnableSpellCheck(bool enable);
void OnRequestDocumentMarkers();
-#if !defined (OS_MACOSX)
+#if !defined (USE_BROWSER_SPELLCHECKER)
// Posts delayed spellcheck task and clear it if any.
// Takes ownership of |request|.
void PostDelayedSpellCheckTask(SpellcheckRequest* request);
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_message_filter.h ('k') | chrome/renderer/spellchecker/spellcheck.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698