Home | History | Annotate | Download | only in extensions

Lines Matching full:incognito

24   ASSERT_TRUE(LoadExtension(test_data_dir_.AppendASCII("incognito")
27 // Open incognito window and navigate to test page.
51 // crash fix when multiple incognito- and non-incognito-enabled extensions
59 .AppendASCII("incognito").AppendASCII("content_scripts")));
65 // Open incognito window and navigate to test page.
84 // Tests that an extension which is enabled for incognito mode doesn't
85 // accidentially create and incognito profile.
89 "incognito/dont_create_profile")) << message_;
93 // Tests that the APIs in an incognito-enabled extension work properly.
101 // Open incognito window and navigate to test page.
107 .AppendASCII("incognito").AppendASCII("apis")));
112 // Tests that the APIs in an incognito-enabled split-mode extension work
120 // regular and incognito mode.
127 // Open incognito window and navigate to test page.
133 .AppendASCII("incognito").AppendASCII("split")));
147 // Tests that the APIs in an incognito-disabled extension don't see incognito
155 // Open incognito window and navigate to test page.
161 .AppendASCII("incognito").AppendASCII("apis_disabled")));
166 // Test that opening a popup from an incognito browser window works properly.
174 .AppendASCII("incognito").AppendASCII("popup")));
176 // Open incognito window and navigate to test page.
185 // Simulate the incognito's browser action being clicked.