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

Unified Diff: chrome/test/data/extensions/api_test/runtime/open_options_page/options.js

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: chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
diff --git a/chrome/test/data/ssl/write_to_title.js b/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
similarity index 79%
copy from chrome/test/data/ssl/write_to_title.js
copy to chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
index 747eb604156d99ab8c8b638a0085ce3152af4a94..9054ed56925a531f4577eb08b9f043d69900b640 100644
--- a/chrome/test/data/ssl/write_to_title.js
+++ b/chrome/test/data/extensions/api_test/runtime/open_options_page/options.js
@@ -1,4 +1,5 @@
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-document.title = "This script has loaded";
+
+chrome.runtime.sendMessage('success');

Powered by Google App Engine
This is Rietveld 408576698