~saiarcot895/chromium-browser/chromium-browser.precise.dev

« back to all changes in this revision

Viewing changes to debian/patches/5-desktop-integration-settings.patch

  • Committer: Saikrishna Arcot
  • Date: 2015-09-03 17:21:26 UTC
  • Revision ID: saikrishna@saikrishna-vps-20150903172126-r5gjjm1zn0ds07na
Tags: 47.0.2498.0-0ubuntu1~ppa1~precise1
* New upstream version 47.0.2498.0
* Updated patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
===================================================================
3
3
--- dev.wily.orig/chrome/app/generated_resources.grd
4
4
+++ dev.wily/chrome/app/generated_resources.grd
5
 
@@ -8029,6 +8029,35 @@ I don't think this site should be blocke
6
 
         Reload
 
5
@@ -7827,6 +7827,35 @@ Keep your key file in a safe place. You
 
6
 I don't think this site should be blocked!
7
7
       </message>
8
8
 
9
9
+      <!-- Desktop integration -->
35
35
+        Add Integrated Website
36
36
+      </message>
37
37
+
38
 
       <!-- Mac and Chrome OS users do not close their browser. Mac users quit it and Chrome OS users log out. -->
39
 
       <if expr="not is_macosx and not chromeos">
40
 
         <message name="IDS_COOKIES_CLEAR_WHEN_CLOSE_CHKBOX" desc="A checkbox in the Content Settings dialog for removing all cookies on when browser is closed.">
41
 
@@ -12207,6 +12236,9 @@ Some features may be unavailable.  Pleas
 
38
       <!-- Content Settings dialog data -->
 
39
       <message name="IDS_CONTENT_SETTINGS_TITLE" desc="Title for content settings dialog">
 
40
         Content settings
 
41
@@ -12057,6 +12086,9 @@ Some features may be unavailable.  Pleas
42
42
       <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_CONTENT">
43
43
         Web content
44
44
       </message>
614
614
===================================================================
615
615
--- dev.wily.orig/chrome/browser/ui/webui/options/browser_options_handler.cc
616
616
+++ dev.wily/chrome/browser/ui/webui/options/browser_options_handler.cc
617
 
@@ -219,6 +219,8 @@ void BrowserOptionsHandler::GetLocalized
 
617
@@ -220,6 +220,8 @@ void BrowserOptionsHandler::GetLocalized
618
618
     { "advancedSectionTitleCloudPrint", IDS_GOOGLE_CLOUD_PRINT },
619
619
     { "advancedSectionTitleContent",
620
620
       IDS_OPTIONS_ADVANCED_SECTION_TITLE_CONTENT },
623
623
     { "advancedSectionTitleLanguages",
624
624
       IDS_OPTIONS_ADVANCED_SECTION_TITLE_LANGUAGES },
625
625
     { "advancedSectionTitleNetwork",
626
 
@@ -243,6 +245,10 @@ void BrowserOptionsHandler::GetLocalized
 
626
@@ -244,6 +246,10 @@ void BrowserOptionsHandler::GetLocalized
627
627
     { "defaultFontSizeLabel", IDS_OPTIONS_DEFAULT_FONT_SIZE_LABEL },
628
628
     { "defaultSearchManageEngines", IDS_OPTIONS_DEFAULTSEARCH_MANAGE_ENGINES },
629
629
     { "defaultZoomFactorLabel", IDS_OPTIONS_DEFAULT_ZOOM_LEVEL_LABEL },
634
634
     { "disableWebServices", IDS_OPTIONS_DISABLE_WEB_SERVICES },
635
635
     { "doNotTrack", IDS_OPTIONS_ENABLE_DO_NOT_TRACK },
636
636
     { "doNotTrackConfirmDisable",
637
 
@@ -332,6 +338,8 @@ void BrowserOptionsHandler::GetLocalized
 
637
@@ -333,6 +339,8 @@ void BrowserOptionsHandler::GetLocalized
638
638
     { "profilesManage", IDS_PROFILES_MANAGE_BUTTON_LABEL },
639
639
     { "profilesSingleUser", IDS_PROFILES_SINGLE_USER_MESSAGE,
640
640
       IDS_PRODUCT_NAME },
995
995
===================================================================
996
996
--- dev.wily.orig/chrome/browser/ui/webui/options/options_ui.cc
997
997
+++ dev.wily/chrome/browser/ui/webui/options/options_ui.cc
998
 
@@ -107,6 +107,10 @@
 
998
@@ -104,6 +104,10 @@
999
999
 #include "chrome/browser/ui/webui/options/geolocation_options_handler.h"
1000
1000
 #endif
1001
1001
 
1006
1006
 using content::RenderViewHost;
1007
1007
 
1008
1008
 namespace {
1009
 
@@ -281,6 +285,8 @@ OptionsUI::OptionsUI(content::WebUI* web
 
1009
@@ -278,6 +282,8 @@ OptionsUI::OptionsUI(content::WebUI* web
1010
1010
   AddOptionsPageUIHandler(localized_strings, new CookiesViewHandler());
1011
1011
   AddOptionsPageUIHandler(localized_strings, new CreateProfileHandler());
1012
1012
   AddOptionsPageUIHandler(localized_strings, new EasyUnlockHandler());
1019
1019
===================================================================
1020
1020
--- dev.wily.orig/chrome/chrome_browser_ui.gypi
1021
1021
+++ dev.wily/chrome/chrome_browser_ui.gypi
1022
 
@@ -1841,6 +1841,8 @@
 
1022
@@ -1846,6 +1846,8 @@
1023
1023
       'browser/ui/webui/options/core_options_handler.h',
1024
1024
       'browser/ui/webui/options/create_profile_handler.cc',
1025
1025
       'browser/ui/webui/options/create_profile_handler.h',