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

Unified Diff: chrome/browser/extensions/api/preference/chrome_direct_setting.h

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/extensions/api/preference/chrome_direct_setting.h
diff --git a/chrome/browser/extensions/api/preference/chrome_direct_setting.h b/chrome/browser/extensions/api/preference/chrome_direct_setting.h
index 504bc669cf3dfdc9efd8004c70f72be540518336..c71432f0d25ab2e5911105359188cea82153a4d1 100644
--- a/chrome/browser/extensions/api/preference/chrome_direct_setting.h
+++ b/chrome/browser/extensions/api/preference/chrome_direct_setting.h
@@ -38,7 +38,7 @@ class GetDirectSettingFunction : public DirectSettingFunctionBase {
protected:
// ExtensionFunction:
- virtual bool RunImpl() OVERRIDE;
+ virtual bool RunSync() OVERRIDE;
private:
virtual ~GetDirectSettingFunction();
@@ -54,7 +54,7 @@ class SetDirectSettingFunction : public DirectSettingFunctionBase {
protected:
// ExtensionFunction:
- virtual bool RunImpl() OVERRIDE;
+ virtual bool RunSync() OVERRIDE;
private:
virtual ~SetDirectSettingFunction();
@@ -70,7 +70,7 @@ class ClearDirectSettingFunction : public DirectSettingFunctionBase {
protected:
// ExtensionFunction:
- virtual bool RunImpl() OVERRIDE;
+ virtual bool RunSync() OVERRIDE;
private:
virtual ~ClearDirectSettingFunction();
« no previous file with comments | « chrome/browser/extensions/api/power/power_api.cc ('k') | chrome/browser/extensions/api/preference/chrome_direct_setting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698