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

Unified Diff: chrome/browser/extensions/api/desktop_capture/desktop_capture_base.h

Issue 2327723002: [Extensions] Convert some ChromeSyncExtensionFunctions (Closed)
Patch Set: fix Created 4 years, 3 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/desktop_capture/desktop_capture_base.h
diff --git a/chrome/browser/extensions/api/desktop_capture/desktop_capture_base.h b/chrome/browser/extensions/api/desktop_capture/desktop_capture_base.h
index db005559ea86144d2f1716573e724db67834344f..965d3528f7de14f7d00e8e057f1cd59904e9a5dc 100644
--- a/chrome/browser/extensions/api/desktop_capture/desktop_capture_base.h
+++ b/chrome/browser/extensions/api/desktop_capture/desktop_capture_base.h
@@ -77,7 +77,7 @@ class DesktopCaptureChooseDesktopMediaFunctionBase
};
class DesktopCaptureCancelChooseDesktopMediaFunctionBase
- : public ChromeSyncExtensionFunction {
+ : public UIThreadExtensionFunction {
public:
DesktopCaptureCancelChooseDesktopMediaFunctionBase();
@@ -86,7 +86,7 @@ class DesktopCaptureCancelChooseDesktopMediaFunctionBase
private:
// ExtensionFunction overrides.
- bool RunSync() override;
+ ResponseAction Run() override;
};
class DesktopCaptureRequestsRegistry {

Powered by Google App Engine
This is Rietveld 408576698