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

Unified Diff: content/renderer/browser_plugin/browser_plugin_browsertest.h

Issue 10912054: Adding parsing for partition and persistence attributes to the <browser> tag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: content/renderer/browser_plugin/browser_plugin_browsertest.h
diff --git a/content/renderer/browser_plugin/browser_plugin_browsertest.h b/content/renderer/browser_plugin/browser_plugin_browsertest.h
index c4db5f22db06a3ded011510edc045da2b1373c12..a16a58cbba922c9230d4045c30bde912d9c77c46 100644
--- a/content/renderer/browser_plugin/browser_plugin_browsertest.h
+++ b/content/renderer/browser_plugin/browser_plugin_browsertest.h
@@ -31,6 +31,7 @@ class BrowserPluginTest : public RenderViewTest {
return browser_plugin_manager_.get();
}
std::string ExecuteScriptAndReturnString(const std::string& script);
+ bool ExecuteScriptAndReturnBool(const std::string& script, bool& result);
private:
scoped_ptr<MockBrowserPluginManager> browser_plugin_manager_;
ContentRendererClient content_renderer_client_;

Powered by Google App Engine
This is Rietveld 408576698