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

Unified Diff: extensions/shell/browser/shell_extensions_browser_client.cc

Issue 2379573008: Add SetImageData api to chrome.clipboard. (Closed)
Patch Set: Fix interactive_ui_tests issue. Created 4 years, 1 month 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: extensions/shell/browser/shell_extensions_browser_client.cc
diff --git a/extensions/shell/browser/shell_extensions_browser_client.cc b/extensions/shell/browser/shell_extensions_browser_client.cc
index 36fa3e3e48acb6998d9fb7f22fbdbe8869fe50c9..832acada83ff92387f361bd7354400555184fc69 100644
--- a/extensions/shell/browser/shell_extensions_browser_client.cc
+++ b/extensions/shell/browser/shell_extensions_browser_client.cc
@@ -236,6 +236,12 @@ bool ShellExtensionsBrowserClient::IsMinBrowserVersionSupported(
return true;
}
+void ShellExtensionsBrowserClient::SaveImageDataToClipboard(
+ const std::vector<char>& image_data,
+ clipboard::ImageType type,
+ const base::Closure& success_callback,
+ const base::Closure& error_callback) {}
+
void ShellExtensionsBrowserClient::SetAPIClientForTest(
ExtensionsAPIClient* api_client) {
api_client_.reset(api_client);

Powered by Google App Engine
This is Rietveld 408576698