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

Unified Diff: chrome/browser/chromeos/input_method/input_method_delegate.h

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/input_method_delegate.h
===================================================================
--- chrome/browser/chromeos/input_method/input_method_delegate.h (revision 173477)
+++ chrome/browser/chromeos/input_method/input_method_delegate.h (working copy)
@@ -8,12 +8,7 @@
#include <string>
#include "base/basictypes.h"
-#include "base/memory/ref_counted.h"
-namespace base {
-class SequencedTaskRunner;
-} // namespace base
-
namespace chromeos {
namespace input_method {
@@ -28,14 +23,6 @@
virtual std::string GetHardwareKeyboardLayout() const = 0;
// Retrieves the currently active UI locale.
virtual std::string GetActiveLocale() const = 0;
- // Retrieves the default task runner. The public input_method API should only
- // be accessed in the context of this task runner.
- virtual scoped_refptr<base::SequencedTaskRunner>
- GetDefaultTaskRunner() const = 0;
- // Retrieves a task runner that may be used for possibly blocking tasks such
- // as file IO.
- virtual scoped_refptr<base::SequencedTaskRunner>
- GetWorkerTaskRunner() const = 0;
private:
DISALLOW_COPY_AND_ASSIGN(InputMethodDelegate);

Powered by Google App Engine
This is Rietveld 408576698