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

Unified Diff: chrome/browser/renderer_host/translation_service.cc

Issue 594056: Translate Infobars for OS X. (Closed)
Patch Set: Fix review comments Created 10 years, 10 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/cocoa/translate_infobar.mm ('k') | chrome/browser/translate/translate_infobars_delegates.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/translation_service.cc
diff --git a/chrome/browser/renderer_host/translation_service.cc b/chrome/browser/renderer_host/translation_service.cc
index 3413d2176b6f098099b3c2afacc5063d83058c7f..dd109dca2e2320ed15b5a788fa5920a740e50ab7 100644
--- a/chrome/browser/renderer_host/translation_service.cc
+++ b/chrome/browser/renderer_host/translation_service.cc
@@ -10,7 +10,7 @@
#include "chrome/common/render_messages.h"
#include "net/base/escape.h"
-#if defined(GOOGLE_CHROME_BUILD)
+#if 1 || defined(GOOGLE_CHROME_BUILD)
#include "chrome/browser/renderer_host/translate/translate_internal.h"
#else
// Defining dummy URLs for unit-tests to pass.
« no previous file with comments | « chrome/browser/cocoa/translate_infobar.mm ('k') | chrome/browser/translate/translate_infobars_delegates.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698