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

Unified Diff: chrome/browser/chromeos/extensions/input_method_api.cc

Issue 252653002: Rename (Chrome)SyncExtensionFunction::RunImpl to RunSync so that the RunImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bookmarks Created 6 years, 8 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/chromeos/extensions/input_method_api.cc
diff --git a/chrome/browser/chromeos/extensions/input_method_api.cc b/chrome/browser/chromeos/extensions/input_method_api.cc
index 0476253d2e09508b86ecc6856717b4a7f45bf237..5380fb681d63d50418e438a0819a47057817fb41 100644
--- a/chrome/browser/chromeos/extensions/input_method_api.cc
+++ b/chrome/browser/chromeos/extensions/input_method_api.cc
@@ -28,7 +28,7 @@ GetInputMethodFunction::GetInputMethodFunction() {
GetInputMethodFunction::~GetInputMethodFunction() {
}
-bool GetInputMethodFunction::RunImpl() {
+bool GetInputMethodFunction::RunSync() {
#if !defined(OS_CHROMEOS)
NOTREACHED();
return false;
@@ -48,7 +48,7 @@ StartImeFunction::StartImeFunction() {
StartImeFunction::~StartImeFunction() {
}
-bool StartImeFunction::RunImpl() {
+bool StartImeFunction::RunSync() {
#if !defined(OS_CHROMEOS)
NOTREACHED();
return false;
« no previous file with comments | « chrome/browser/chromeos/extensions/input_method_api.h ('k') | chrome/browser/chromeos/extensions/wallpaper_private_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698