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

Unified Diff: extensions/browser/api/runtime/runtime_api_delegate.cc

Issue 936123002: [Extensions] Implement chrome.runtime.openOptionsPage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: default impl Created 5 years, 10 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: extensions/browser/api/runtime/runtime_api_delegate.cc
diff --git a/extensions/browser/api/runtime/runtime_api_delegate.cc b/extensions/browser/api/runtime/runtime_api_delegate.cc
index 3ead8b624496b4ff40a33e35edddfd2a8b650223..b012c74b5b0c369ceb7fb6f77d7a9808df910be4 100644
--- a/extensions/browser/api/runtime/runtime_api_delegate.cc
+++ b/extensions/browser/api/runtime/runtime_api_delegate.cc
@@ -13,4 +13,8 @@ RuntimeAPIDelegate::UpdateCheckResult::UpdateCheckResult(
: success(success), response(response), version(version) {
}
+bool RuntimeAPIDelegate::OpenOptionsPage(const Extension* extension) {
+ return false;
+}
+
} // namespace extensions
« no previous file with comments | « extensions/browser/api/runtime/runtime_api_delegate.h ('k') | extensions/browser/api/runtime/runtime_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698