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

Unified Diff: chrome/browser/extensions/extension_apitest.h

Issue 6683060: Private API for extensions like ssh-client that need access to TCP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sigh-nedness Created 9 years, 9 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/browser/extensions/extension_apitest.h
diff --git a/chrome/browser/extensions/extension_apitest.h b/chrome/browser/extensions/extension_apitest.h
index 52b492edda98d8e776ea4f3407931e57239c42d8..1bab742e0daa90bef13cb19d87fc38218a9c78e0 100644
--- a/chrome/browser/extensions/extension_apitest.h
+++ b/chrome/browser/extensions/extension_apitest.h
@@ -118,7 +118,7 @@ class ExtensionApiTest : public ExtensionBrowserTest {
private:
bool RunExtensionTestImpl(const char* extension_name,
const std::string& test_page,
- bool enable_incogntio,
+ bool enable_incognito,
bool enable_fileaccess,
bool load_as_component);

Powered by Google App Engine
This is Rietveld 408576698