summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
Commit message (Collapse)AuthorAgeFilesLines
* Removed access to prefs that does not work on Androidjscholler@chromium.org2012-04-121-0/+7
| | | | | | | | | | | | | | | | | | | | | | This work is useful to make sure at build time that we are not accessing prefs that are not registered. This CL addresses the prefs registered by: BrowserInit::RegisterUserPrefs PinnedTabCodec::RegisterUserPrefs PluginsUI::RegisterUserPrefs PromoResourceService::RegisterUserPrefs Later CL: Browser::RegisterUserPrefs SyncPromoUI::RegisterUserPrefs *::RegisterPrefs BUG=120802 TEST=Compiled and made diff-ed the link error to make sure they are the same. Review URL: http://codereview.chromium.org/9949033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131994 0039d316-1c4b-4281-b951-d872f2087c98
* Work on USE_ASH/USE_AURA split.erg@chromium.org2012-04-121-4/+4
| | | | | | | | | | | | | | | | This reduced link errors in the chrome binary down to roughly ten. - Supplies an X11 implementation of parts of gfx::Screen. - Multiple files renamed from _aura.cc to _ash.cc or placed outside of ash only directories. - Some random usage #ifdefed properly. BUG=116458 TEST=Everything still compiles in all different configurations. Review URL: http://codereview.chromium.org/10020048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131900 0039d316-1c4b-4281-b951-d872f2087c98
* Remove libusb dependency temporarily while fixing Windows builds.gdk@chromium.org2012-04-111-1/+0
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/10052015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131809 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Remove old status-area related code.sadrul@chromium.org2012-04-111-30/+0
| | | | | | | | | | | | This removes --disable-ash-uber-tray from command-line and chrome://flags, and much of the code that becomes extinct because of this. BUG=122295 TEST=none Review URL: https://chromiumcodereview.appspot.com/10056001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131801 0039d316-1c4b-4281-b951-d872f2087c98
* [protector] Support for collapsing multiple changes into a single one.ivankr@chromium.org2012-04-111-0/+2
| | | | | | | | | | | | | Each collapsible change has a key (domain). Subsequent changes with the same key are collapsed into CompositeSettingsChange. BUG=114298 TEST=functional:protector.py; browser_tests:ProtectorServiceTest.*; unit_tests:CompositeSettingsChangeTest.* Review URL: http://codereview.chromium.org/9968007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131773 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream crash changes for android.carlosvaldivia@google.com2012-04-101-6/+8
| | | | | | | | | | | | | | | | | | | | | Third time is a charm. Original Reviews: https://chromiumcodereview.appspot.com/9838033/ http://codereview.chromium.org/9967017 Revert "Revert 131593" This reverts commit e306ea7f630d4264075913ea3a1a728d98ca9605. BUG= TEST= Review URL: http://codereview.chromium.org/9960072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131662 0039d316-1c4b-4281-b951-d872f2087c98
* Import libusb 1.0.9-rc3 into third_party.gdk@chromium.org2012-04-101-0/+1
| | | | | | | | | | | BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=129069 Review URL: http://codereview.chromium.org/9826025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131622 0039d316-1c4b-4281-b951-d872f2087c98
* Remove PrerenderResourceThrottle and related infrastructure.cbentzel@chromium.org2012-04-101-2/+0
| | | | | | | | | | | | | | This was needed in the past to prevent double GETs for the top-level resource of a prerendered page (once when the page started being prerendered, another time when the page was navigated to but before the prerender was swapped in). Now that prerenders are swapped in at OpenURL time, the second GET will not happen and this class is not needed anymore. BUG=122410 TEST=existing tests, do a prerender and confirm that there is not a double-GET of the top-level resource by looking at net-internals. Review URL: http://codereview.chromium.org/10006041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131602 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131593erg@google.com2012-04-101-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Speculatively reverting due to gyp update error on official bots: KeyError: 'src/breakpad/breakpad.gyp:dump_syms#target while trying to load target src/remoting/remoting.gyp:remoting_linux_symbols#target' This is the only patch in the regression range that touches breakpad.gyp. --- Upstream Android native crash handling changes. This is actulaly the second time. Revert "Revert 131404 - Upstream native crash handling changes for Android." This reverts commit 421df96aab6267e963ddff16c9f738aa903a2cba. Conflicts: chrome/browser/chrome_browser_main.cc BUG= TEST= Review URL: http://codereview.chromium.org/9967017 TBR=carlosvaldivia@google.com Review URL: https://chromiumcodereview.appspot.com/10037013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131600 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream Android native crash handling changes.carlosvaldivia@google.com2012-04-101-6/+8
| | | | | | | | | | | | | | | | | | | | This is actulaly the second time. Revert "Revert 131404 - Upstream native crash handling changes for Android." This reverts commit 421df96aab6267e963ddff16c9f738aa903a2cba. Conflicts: chrome/browser/chrome_browser_main.cc BUG= TEST= Review URL: http://codereview.chromium.org/9967017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131593 0039d316-1c4b-4281-b951-d872f2087c98
* Move auto-hiding desktop bar computation from PanelManager to ↵jianli@chromium.org2012-04-101-0/+2
| | | | | | | | | | | DisplaySettingsProvider BUG=none TEST=existing tests due to no new functionality Review URL: https://chromiumcodereview.appspot.com/9689035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131570 0039d316-1c4b-4281-b951-d872f2087c98
* Additional prompt for accepting a dangerous download from the downloads page.asanka@chromium.org2012-04-101-0/+2
| | | | | | | | | | | | (Original CL by benjhayden http://codereview.chromium.org/9700071/) BUG=119310 TEST=browser_tests --gtest_filter=DownloadDangerPromptTest.* Review URL: http://codereview.chromium.org/9958012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131496 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce log spew of browser_tests on chromeos by 25%.joaodasilva@chromium.org2012-04-091-5/+2
| | | | | | | | | | | This was introduced in http://codereview.chromium.org/9460001/ BUG=114015,122432 TEST=Aura gestures are still persisted to local_state; browser_tests in chromeos log way less Review URL: http://codereview.chromium.org/9934001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131486 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 131404 - Upstream native crash handling changes for Android.msw@chromium.org2012-04-091-8/+6
| | | | | | | | | | | | | | | | | | | | Android native crash handling is almost identical to linux handling with some differences. Note that even after this change Chrome on Android will not compile with the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should remedy this state of affairs. BUG= TEST= Review URL: http://codereview.chromium.org/9838033 TBR=carlosvaldivia@google.com Review URL: https://chromiumcodereview.appspot.com/9999004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131420 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream native crash handling changes for Android.carlosvaldivia@google.com2012-04-091-6/+8
| | | | | | | | | | | | | | | | | Android native crash handling is almost identical to linux handling with some differences. Note that even after this change Chrome on Android will not compile with the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should remedy this state of affairs. BUG= TEST= Review URL: http://codereview.chromium.org/9838033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131404 0039d316-1c4b-4281-b951-d872f2087c98
* views: Remove now unused RestartMessageBox dialog.tfarina@chromium.org2012-04-091-4/+0
| | | | | | | | R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10025024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131394 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude ManagedMode from android build.nileshagrawal@chromium.org2012-04-061-0/+2
| | | | | | | | | | | | Depends on BrowserList. BUG=117407 TEST= Review URL: http://codereview.chromium.org/9990008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131183 0039d316-1c4b-4281-b951-d872f2087c98
* Show ServerBoundCerts in site data viewer.mattm@chromium.org2012-04-061-0/+2
| | | | | | | | | BUG=107056 TEST=browse with --enable-origin-bound-certs, go to site data, look at certs, try deleting them Review URL: https://chromiumcodereview.appspot.com/9860025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131178 0039d316-1c4b-4281-b951-d872f2087c98
* Don't compile browser/sync/glue/theme_util.cc when enable_themes is false.jgreenwald@chromium.org2012-04-061-0/+1
| | | | | | | | | | BUG=117407 TEST= Review URL: http://codereview.chromium.org/9939012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131168 0039d316-1c4b-4281-b951-d872f2087c98
* Convert UserStyleSheetWatcher to a ProfileKeyedService.rlp@chromium.org2012-04-061-0/+2
| | | | | | | | | BUG=121004 TEST=no new ones, passes existing Review URL: http://codereview.chromium.org/9969037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131110 0039d316-1c4b-4281-b951-d872f2087c98
* Remove InitialBrowserObserveroshima@chromium.org2012-04-061-2/+0
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/9956089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131067 0039d316-1c4b-4281-b951-d872f2087c98
* Move files inside chrome/browser/chromeos/dbus to chromeos/dbushashimoto@chromium.org2012-04-061-85/+0
| | | | | | | | | | | | | | | | Move files in chrome/browser/chromeos/dbus/ to chromeos/dbus Add chromeos/dbus/DEPS Add chromeos.gyp:chromeos_test_support and chromeos.gyp:chromeos_unittests Add CHROMEOS_EXPORT to classes Move power related proto targets to chromeos.gyp Rewrite and sort #includes BUG=119583 TEST=component chromeos build success, checkdeps success Review URL: https://chromiumcodereview.appspot.com/9838085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131065 0039d316-1c4b-4281-b951-d872f2087c98
* Don't build the task manager into Android builds.jgreenwald@chromium.org2012-04-061-0/+6
| | | | | | | | | BUG=117407 Review URL: http://codereview.chromium.org/9701006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131055 0039d316-1c4b-4281-b951-d872f2087c98
* delete some of the survivors of recent options/ purgeestade@chromium.org2012-04-061-5/+0
| | | | | | | | | BUG=none TEST=trybots Review URL: https://chromiumcodereview.appspot.com/9791010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131052 0039d316-1c4b-4281-b951-d872f2087c98
* Use base::Callback instead of chromeos::NetworkPropertiesGValueCallbackhashimoto@chromium.org2012-04-051-0/+2
| | | | | | | | | | | | | Use NetworkPropertiesGValueCallback only in cros_network_functions.cc Add mock chromeos_network functions Move GValue/GHashTable related code to gvalue_util.cc BUG=chromium-os:16557 TEST=unit_tests --gtest_filter="CrosNetworkFunctionsTest.*" Review URL: https://chromiumcodereview.appspot.com/9981020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131045 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for not compiling in chrome/browser/background.jgreenwald@chromium.org2012-04-051-0/+5
| | | | | | | | | | BUG=117407 TEST= Review URL: http://codereview.chromium.org/9959116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131037 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: add client support for debugd systrace supportsleffler@chromium.org2012-04-051-0/+2
| | | | | | | | | | | | | | | | | | Add support for communicating with the debugd service and enable access to use systrace methods. [resubmit of http://codereview.chromium.org/9700073] TBR=satorux, keybuk BUG=chromium-os:27809 TEST=use new about:tracing support to collect system event data Change-Id: I19ec73d8f3aaebe534ad319e9914e61ff2a67d20 Review URL: http://codereview.chromium.org/10012008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130995 0039d316-1c4b-4281-b951-d872f2087c98
* Allow SessionService to be disabled.yfriedman@chromium.org2012-04-051-3/+9
| | | | | | | | | | | Android manages persistence of sessions separately in Java code. BUG=117407 Review URL: http://codereview.chromium.org/9985002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130976 0039d316-1c4b-4281-b951-d872f2087c98
* views: Extract SystemMenuModel from native_menu_win.*.tfarina@chromium.org2012-04-051-0/+4
| | | | | | | | | | | | This patch moves a model used by BrowserFrameWin near where it's really used, and into a place that looks more appropriated, which is to frame/ directory, near to system_menu_model_delegate.*. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9966007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130950 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 130860 - chromeos: add client support for debugd systrace supportrsleevi@chromium.org2012-04-051-2/+0
| | | | | | | | | | | | | | | | | | Add support for communicating with the debugd service and enable access to use systrace methods. BUG=chromium-os:27809 TEST=use new about:tracing support to collect system event data Change-Id: I1b6ed75f3ece960c77527e7b9d3a34e5cb76401e Review URL: http://codereview.chromium.org/9700073 TBR=sleffler@chromium.org Review URL: https://chromiumcodereview.appspot.com/10006005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130864 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: add client support for debugd systrace supportsleffler@chromium.org2012-04-051-0/+2
| | | | | | | | | | | | | | | Add support for communicating with the debugd service and enable access to use systrace methods. BUG=chromium-os:27809 TEST=use new about:tracing support to collect system event data Change-Id: I1b6ed75f3ece960c77527e7b9d3a34e5cb76401e Review URL: http://codereview.chromium.org/9700073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130860 0039d316-1c4b-4281-b951-d872f2087c98
* Remove session/tab restore code that depends on browser for Android.yfriedman@chromium.org2012-04-051-0/+5
| | | | | | | | | | | There's no Browser/BrowserList and this is handled in the java-layer. BUG=117407 Review URL: http://codereview.chromium.org/9802019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130859 0039d316-1c4b-4281-b951-d872f2087c98
* Do not compile virtual_keyboard_manager_handler2.* unless ↵yusukes@google.com2012-04-051-0/+1
| | | | | | | | | | | | | use_virtual_keyboard=1 is specified. This will slightly reduce the size of Chrome for Chrome OS. BUG=None TEST=try Review URL: https://chromiumcodereview.appspot.com/9956100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130837 0039d316-1c4b-4281-b951-d872f2087c98
* Add Password Autofill Manager to New Autofillcsharp@chromium.org2012-04-051-2/+4
| | | | | | | | | | | | | Copied over the password Autofill Manager functions from the renderer to the browser to allow the new Autofill UI to have access to them. BUG=51644 TEST= Review URL: http://codereview.chromium.org/9600038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130824 0039d316-1c4b-4281-b951-d872f2087c98
* Copy ash/system/power/power_supply_status.* to src/chromeoshashimoto@chromium.org2012-04-051-0/+1
| | | | | | | | | | | | | | Copy power_supply_status.* Move #ifdef trick from power_manager_client.h to power_supply_status.h Add chromeos.gyp Add dependency from ash to chromeos when chromeos==1 BUG=119583 TEST=build success, checkdeps success Review URL: https://chromiumcodereview.appspot.com/9837075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130796 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a TabContentsViewAura.ben@chromium.org2012-04-041-4/+2
| | | | | | | | | | | It is derived from TCVV/NTCVA. Right now, it's behind the flag --enable-tcva. http://crbug.com/118410 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=130442 Review URL: https://chromiumcodereview.appspot.com/9963079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130704 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 130682 - Revert 130574 - Adding a BrowsingDataHelper class to hold ↵nirnimesh@chromium.org2012-04-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | some useful methods. *** REVERT NOTICE *** This CL reliably broke a pyauto test. See http://build.chromium.org/p/chromium.pyauto/builders/Linux%20%28deb%29/builds/31393/ where it failed first, and this is the only CL in that range. *** There's simply no good reason to hardcode checks against chrome::kExtensionScheme in various bits of BrowsingData*. BrowsingDataHelper provides a static method that we can start using whenever we need to know about browsing-data-relevant schemes. BUG=121636 TEST=unit_tests:BrowsingDataRemover* Review URL: https://chromiumcodereview.appspot.com/9958111 TBR=mkwst@chromium.org Review URL: https://chromiumcodereview.appspot.com/9982012 TBR=nirnimesh@chromium.org Review URL: https://chromiumcodereview.appspot.com/9947003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130689 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 130574 - Adding a BrowsingDataHelper class to hold some useful methods.nirnimesh@chromium.org2012-04-041-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | *** REVERT NOTICE *** This CL reliably broke a pyauto test. See http://build.chromium.org/p/chromium.pyauto/builders/Linux%20%28deb%29/builds/31393/ where it failed first, and this is the only CL in that range. *** There's simply no good reason to hardcode checks against chrome::kExtensionScheme in various bits of BrowsingData*. BrowsingDataHelper provides a static method that we can start using whenever we need to know about browsing-data-relevant schemes. BUG=121636 TEST=unit_tests:BrowsingDataRemover* Review URL: https://chromiumcodereview.appspot.com/9958111 TBR=mkwst@chromium.org Review URL: https://chromiumcodereview.appspot.com/9982012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130682 0039d316-1c4b-4281-b951-d872f2087c98
* Split the NotificationUIManager into a virtual interface and an impl.rsesek@chromium.org2012-04-041-1/+4
| | | | | | | | | BUG=120677 TEST=Covered by tests. Review URL: https://chromiumcodereview.appspot.com/9802039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130617 0039d316-1c4b-4281-b951-d872f2087c98
* Allow users to change site permissions via the WebsiteSettingsUI (GTK only)markusheintz@chromium.org2012-04-041-2/+3
| | | | | | | | | BUG=113688 TEST=WebsiteSettingsModel* Review URL: https://chromiumcodereview.appspot.com/9909017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130586 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a BrowsingDataHelper class to hold some useful methods.mkwst@chromium.org2012-04-041-0/+2
| | | | | | | | | | | | | | There's simply no good reason to hardcode checks against chrome::kExtensionScheme in various bits of BrowsingData*. BrowsingDataHelper provides a static method that we can start using whenever we need to know about browsing-data-relevant schemes. BUG=121636 TEST=unit_tests:BrowsingDataRemover* Review URL: https://chromiumcodereview.appspot.com/9958111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130574 0039d316-1c4b-4281-b951-d872f2087c98
* Update other locations of external_tab_container_win.cc. TBR=robertshieldjam@chromium.org2012-04-041-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130514 0039d316-1c4b-4281-b951-d872f2087c98
* Move ExternalTabContainer into a directory with an OWNERS file.robertshield@chromium.org2012-04-031-2/+2
| | | | | | | | | BUG=120901 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/9959051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130508 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 130442 - Adds a TabContentsViewAura.sergeyu@chromium.org2012-04-031-2/+4
| | | | | | | | | | | | | It is derived from TCVV/NTCVA. Right now, it's behind the flag --enable-tcva. http://crbug.com/118410 TEST=none Review URL: https://chromiumcodereview.appspot.com/9963079 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9959119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130455 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a TabContentsViewAura.ben@chromium.org2012-04-031-4/+2
| | | | | | | | | | It is derived from TCVV/NTCVA. Right now, it's behind the flag --enable-tcva. http://crbug.com/118410 TEST=none Review URL: https://chromiumcodereview.appspot.com/9963079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130442 0039d316-1c4b-4281-b951-d872f2087c98
* Convert TemplateURLFetcher to a ProfileKeyedService.rlp@chromium.org2012-04-031-0/+2
| | | | | | | | | BUG=120992 TEST=no new ones, existing ones updated Review URL: http://codereview.chromium.org/9969021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130341 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Instant opt-in promo.sreeram@chromium.org2012-04-031-7/+0
| | | | | | | | | | | | | The Instant opt-in promo isn't being used currently, and there are no plans to use it in the future. Deletes all associated code, strings and resources. BUG=116889 TEST=none Review URL: http://codereview.chromium.org/9963039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130289 0039d316-1c4b-4281-b951-d872f2087c98
* [Web Intents] CWS inline install for GTKbinji@chromium.org2012-04-021-0/+2
| | | | | | | | | BUG=113476 TEST=none Review URL: https://chromiumcodereview.appspot.com/9837011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130238 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored the CloudPolicyProvider so that it becomes initialized once and ↵joaodasilva@chromium.org2012-03-311-2/+0
| | | | | | | | | | | | | | stays initialized. Also added device policy command line flags to InProcessBrowserTest, so that browser_tests run with this provider on ChromeOS. BUG=120967 TEST=Everything works as before Review URL: http://codereview.chromium.org/9911029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130067 0039d316-1c4b-4281-b951-d872f2087c98
* Implement the Android API for search terms.michaelbai@chromium.org2012-03-311-0/+2
| | | | | | | | | | | | | | - Added the keyword_cache table in AndroidCacheDatabase. - Added the methods for getting and deleting the terms by term in URLDatabase. - Added the index of term for keyword_search_term table. BUG= TEST= Review URL: http://codereview.chromium.org/9887004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130041 0039d316-1c4b-4281-b951-d872f2087c98