Updates:
        Labels: HelpWanted

Comment #6 on issue 947 by mar...@chromium.org: Printer Setup missing
http://code.google.com/p/chromium/issues/detail?id=947

I agree it's a pain but nobody have shown interrest in fixing the issue  
either. I'll slightly
divert this feature request to remove the "UI" part to have something  
usable ASAP.

Roughly, the extact feature request is to create preferences settings for  
all the printing
defaults and this is explicitly not about having a UI to modify the  
preferences values.


For the dev implementing it:
print_settings.cc, PrintSettings::Init():
   ProfileManager* profile_manager = g_browser_process->profile_manager();
   Profile* profile = profile_manager->GetDefaultProfile(user_data_dir);
   PrefService* user_prefs = profile->GetPrefs();
   overlays.top_left =  
user_prefs->GetString(prefs::kPrintingOverloaysTopLeft);
   ...
   Do the same with page_setup_cmm_.
   In fact, it should probably be another member function to stay cleaner  
and not access
g_browser_process from print_settings.cc.


For a user:
So in the "%USERPROFILE%\Local Settings\Application Data\Google\Chrome\User
Data\Default\Preferences" file, all the printing settings will be manually  
customizable.

If nobody shows interest in fixing it before, I'll update the report once  
I've cooked up
something.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to