/[chrome]/trunk/src/chrome/browser/first_run/first_run.cc
Chromium logo

Diff of /trunk/src/chrome/browser/first_run/first_run.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 84234 by michaeln@google.com, Wed Apr 27 23:29:59 2011 UTC revision 84235 by mirandac@chromium.org, Thu May 5 12:41:14 2011 UTC
# Line 396  Line 396 
396  }  }
397    
398  // static  // static
399    bool FirstRun::SearchEngineSelectorDisallowed() {
400      // For now, the only case in which the search engine dialog should never be
401      // shown is if the locale is Russia.
402      std::string locale = g_browser_process->GetApplicationLocale();
403      return (locale == "ru");
404    }
405    
406    // static
407  bool FirstRun::SetOEMFirstRunBubblePref() {  bool FirstRun::SetOEMFirstRunBubblePref() {
408    PrefService* local_state = g_browser_process->local_state();    PrefService* local_state = g_browser_process->local_state();
409    if (!local_state)    if (!local_state)

Legend:
Removed from v.84234  
changed lines
  Added in v.84235

Powered by ViewVC 1.1.26 ViewVC Help