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

Side by Side Diff: chrome/browser/instant/instant_test_utils.h

Issue 11889003: Fixing ESC in instant-extended. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/instant/instant_page.cc ('k') | chrome/browser/instant/instant_test_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_INSTANT_INSTANT_TEST_UTILS_H_ 5 #ifndef CHROME_BROWSER_INSTANT_INSTANT_TEST_UTILS_H_
6 #define CHROME_BROWSER_INSTANT_INSTANT_TEST_UTILS_H_ 6 #define CHROME_BROWSER_INSTANT_INSTANT_TEST_UTILS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/run_loop.h" 10 #include "base/run_loop.h"
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 bool* result) WARN_UNUSED_RESULT; 70 bool* result) WARN_UNUSED_RESULT;
71 bool GetIntFromJS(content::WebContents* contents, 71 bool GetIntFromJS(content::WebContents* contents,
72 const std::string& script, 72 const std::string& script,
73 int* result) WARN_UNUSED_RESULT; 73 int* result) WARN_UNUSED_RESULT;
74 bool GetStringFromJS(content::WebContents* contents, 74 bool GetStringFromJS(content::WebContents* contents,
75 const std::string& script, 75 const std::string& script,
76 std::string* result) WARN_UNUSED_RESULT; 76 std::string* result) WARN_UNUSED_RESULT;
77 bool ExecuteScript(const std::string& script) WARN_UNUSED_RESULT; 77 bool ExecuteScript(const std::string& script) WARN_UNUSED_RESULT;
78 bool CheckVisibilityIs(content::WebContents* contents, 78 bool CheckVisibilityIs(content::WebContents* contents,
79 bool expected) WARN_UNUSED_RESULT; 79 bool expected) WARN_UNUSED_RESULT;
80 bool HasUserInputInProgress();
81 bool HasTemporaryText();
80 82
81 GURL instant_url_; 83 GURL instant_url_;
82 84
83 // HTTPS Testing server, started on demand. 85 // HTTPS Testing server, started on demand.
84 net::TestServer https_test_server_; 86 net::TestServer https_test_server_;
85 }; 87 };
86 88
87 #endif // CHROME_BROWSER_INSTANT_INSTANT_TEST_UTILS_H_ 89 #endif // CHROME_BROWSER_INSTANT_INSTANT_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/instant/instant_page.cc ('k') | chrome/browser/instant/instant_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698