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

Unified Diff: content/shell/webkit_test_runner_host.h

Issue 11414260: Revert 170451 - [content shell] add support for testRunner.canOpenWindows and disallow opening wind… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « content/shell/webkit_test_runner_bindings.cc ('k') | content/shell/webkit_test_runner_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_runner_host.h
===================================================================
--- content/shell/webkit_test_runner_host.h (revision 170458)
+++ content/shell/webkit_test_runner_host.h (working copy)
@@ -109,10 +109,6 @@
}
bool is_printing() const { return is_printing_; }
void set_is_printing(bool is_printing) { is_printing_ = is_printing; }
- bool can_open_windows() const { return can_open_windows_; }
- void set_can_open_windows(bool can_open_windows) {
- can_open_windows_ = can_open_windows;
- }
// WebContentsObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
@@ -150,7 +146,6 @@
bool is_printing_;
bool should_stay_on_page_after_handling_before_unload_;
bool wait_until_done_;
- bool can_open_windows_;
ShellWebPreferences prefs_;
base::CancelableClosure watchdog_;
@@ -174,7 +169,6 @@
void OnSetPrinting();
void OnSetShouldStayOnPageAfterHandlingBeforeUnload(bool should_stay_on_page);
void OnWaitUntilDone();
- void OnCanOpenWindows();
void OnNotImplemented(const std::string& object_name,
const std::string& method_name);
Property changes on: content/shell/webkit_test_runner_host.h
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « content/shell/webkit_test_runner_bindings.cc ('k') | content/shell/webkit_test_runner_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698