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

Unified Diff: chrome/browser/chromeos/input_method/mock_input_method_delegate.cc

Issue 11594008: Revert 173477 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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/chromeos/input_method/mock_input_method_delegate.cc
===================================================================
--- chrome/browser/chromeos/input_method/mock_input_method_delegate.cc (revision 173477)
+++ chrome/browser/chromeos/input_method/mock_input_method_delegate.cc (working copy)
@@ -4,9 +4,6 @@
#include "chrome/browser/chromeos/input_method/mock_input_method_delegate.h"
-#include "base/logging.h"
-#include "base/sequenced_task_runner.h"
-
namespace chromeos {
namespace input_method {
@@ -25,17 +22,5 @@
return active_locale_;
}
-scoped_refptr<base::SequencedTaskRunner>
-MockInputMethodDelegate::GetDefaultTaskRunner() const {
- NOTREACHED();
- return NULL;
-}
-
-scoped_refptr<base::SequencedTaskRunner>
-MockInputMethodDelegate::GetWorkerTaskRunner() const {
- NOTREACHED();
- return NULL;
-}
-
} // namespace input_method
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698