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

Unified Diff: chrome_frame/chrome_frame_automation.h

Issue 8909009: Remove remaining references to CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed review comments Created 9 years 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 | « chrome_frame/chrome_frame_activex.cc ('k') | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_automation.h
===================================================================
--- chrome_frame/chrome_frame_automation.h (revision 114790)
+++ chrome_frame/chrome_frame_automation.h (working copy)
@@ -111,13 +111,12 @@
const FilePath& profile_path,
const std::wstring& profile_name,
const std::wstring& language,
- const std::wstring& extra_arguments,
bool incognito, bool widget_mode,
bool route_all_top_level_navigations)
: launch_timeout_(kCommandExecutionTimeout), url_(url),
referrer_(referrer), profile_path_(profile_path),
profile_name_(profile_name), language_(language),
- extra_arguments_(extra_arguments), version_check_(true),
+ version_check_(true),
incognito_mode_(incognito), is_widget_mode_(widget_mode),
MAD 2011/12/16 16:50:44 You could bring incognito_mode_ up one line, but I
Roger Tawa OOO till Jul 10th 2011/12/16 22:39:56 Done.
route_all_top_level_navigations_(route_all_top_level_navigations) {
}
@@ -161,10 +160,6 @@
return language_;
}
- const std::wstring& extra_arguments() const {
- return extra_arguments_;
- }
-
bool version_check() const {
return version_check_;
}
@@ -197,7 +192,6 @@
FilePath profile_path_;
std::wstring profile_name_;
std::wstring language_;
- std::wstring extra_arguments_;
bool version_check_;
bool incognito_mode_;
bool is_widget_mode_;
« no previous file with comments | « chrome_frame/chrome_frame_activex.cc ('k') | chrome_frame/chrome_frame_automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698