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

Unified Diff: chrome/test/base/extension_js_browser_test.h

Issue 880063002: Ensure WebView notifies desktop automation on creation, destruction, and change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix leaks? Created 5 years, 11 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/base/extension_js_browser_test.h
diff --git a/chrome/test/base/extension_js_browser_test.h b/chrome/test/base/extension_js_browser_test.h
index 34cecdd1f2aaf1e7a4d13d5e9d81b794d94f73a3..439e169deb5cf696923ab6f882baff372d391940 100644
--- a/chrome/test/base/extension_js_browser_test.h
+++ b/chrome/test/base/extension_js_browser_test.h
@@ -17,7 +17,7 @@ class ExtensionJSBrowserTest : public JavaScriptBrowserTest {
public:
ExtensionJSBrowserTest();
- virtual ~ExtensionJSBrowserTest();
+ ~ExtensionJSBrowserTest() override;
protected:
// Waits for an extension to load; returns immediately if already loaded.
« no previous file with comments | « chrome/renderer/resources/extensions/automation/automation_node.js ('k') | chrome/test/base/extension_load_waiter_one_shot.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698