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

Unified Diff: chrome/browser/ui/webui/options/options_browsertest.h

Issue 1156473007: Enables the user to select multiple languages for spellchecking (UI) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed some bugs and handled the spelling service. Created 5 years, 6 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/webui/options/options_browsertest.h
diff --git a/chrome/browser/ui/webui/options/options_browsertest.h b/chrome/browser/ui/webui/options/options_browsertest.h
index 9dd0aec41c3c398c1af454022aaf08cc657d9a8d..b15859fa5bcd57c5e8022bff0362818fcda4548a 100644
--- a/chrome/browser/ui/webui/options/options_browsertest.h
+++ b/chrome/browser/ui/webui/options/options_browsertest.h
@@ -7,6 +7,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
please use gerrit instead 2015/06/23 00:43:06 Did iwyu suggest this include?
Julius 2015/06/24 21:17:59 In a previous comment, Dan said to include it for
#include "chrome/test/base/web_ui_browser_test.h"
#include "content/public/browser/web_ui_message_handler.h"
@@ -39,6 +40,9 @@ class OptionsBrowserTest : public WebUIBrowserTest,
// to set for that pref.
void HandleSetPref(const base::ListValue* args);
+ // Enable multilingual spellchecking.
+ void SetUpCommandLine(base::CommandLine* command_line) override;
please use gerrit instead 2015/06/23 00:43:06 All overrides are usually grouped together per par
Julius 2015/06/24 21:17:59 Done.
+
DISALLOW_COPY_AND_ASSIGN(OptionsBrowserTest);
};

Powered by Google App Engine
This is Rietveld 408576698